summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Python 3.2 is not supported in coverage 4.0.Ben Patterson2015-10-081-1/+3
* tox: allow newer coverage modulesJohn Szakmeister2015-04-041-1/+1
* Don't use coverage 4.0 alphas for now.John Szakmeister2015-01-251-1/+1
* Whitelist rm and make in the tox configuration.John Szakmeister2014-04-191-0/+3
* Remove commented out lines in tox.ini.John Szakmeister2014-04-191-4/+1
* Add Python 3.4 support to tox and drop Python 2.4 and 2.5.John Szakmeister2014-03-281-1/+7
* Add missing setup for py33 in tox.ini.John Szakmeister2013-03-031-0/+6
* Add py33 to tox.iniJP2013-02-191-1/+1
* Disables coverage on py31 temporary until a bug is fixed in pipkumar2011-07-261-0/+3
* Removing pypy from default env list until tests are passing on all platformskumar2011-07-261-1/+1
* Added pypyjpellerin2011-07-251-3/+8
* Clean out the entire build directory before starting a new build.Gary Donovan2011-07-181-2/+2
* Coverage uses native HTML generation when coverage 3 is installed (Issue 264)kumar2011-03-201-0/+6
* fixes addSkip for python 3.2 (issue 382); also adds 3.2 testskumar2011-03-181-5/+10
* Updated tox doc task to build manpage and readme as well, fixed manpage vs sp...jpellerin2010-11-111-1/+1
* Fixed some environmental differences and a MANIFEST omissionjpellerin2010-11-081-1/+1
* Execute commands with python3.1 since that will always be in the tox virtuale...kumar2010-11-041-2/+2
* Revised setup, manifest and tox.ini to allow python3 to build packagejpellerin2010-10-261-1/+1
* Made tox.ini 3.1 builder use python3 to run selftestjpellerin2010-10-191-1/+1
* Renamed jython_nodeps simply to jython for simplicity. Also using jython dire...kumar2010-10-191-3/+3
* updated tox.ini: coverage _is_ available for py3Alex Stewart2010-09-021-3/+1
* Bumped up requirement for coverage in the test environment since a previous r...Kumar McMillan2010-09-021-1/+1
* Initial tox environment to run nose in Python 3.1. I'm not quite sure about ...Kumar McMillan2010-09-011-1/+10
* Added initial support for tox (for developing on Nose)Kumar McMillan2010-08-241-0/+25