summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)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
| | | | This prevents warnings about them not being in the virtual environment.
* Remove commented out lines in tox.ini.John Szakmeister2014-04-191-4/+1
| | | | They've not been used since the lines were added.
* Add Python 3.4 support to tox and drop Python 2.4 and 2.5.John Szakmeister2014-03-281-1/+7
| | | | Tox no longer supports the latter two.
* 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
| | | | | | | Thanks to Timothee Peignier for the patch. This also removes the verbose doctest that was testing HTML output because the new HTML format is a lot more complicated. Ideally we should add tests that parse the generated HTML to spot check it. Instead there are just some basic sanity checks.
* 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 ↵jpellerin2010-11-111-1/+1
| | | | sphinx 1.0 issues, updated some nose version strings and make mkrelease run tox and build versions for python 2 and 3
* 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 ↵kumar2010-11-041-2/+2
| | | | virtualenv (well, it was needed for Mac OS X)
* 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 ↵kumar2010-10-191-3/+3
| | | | directly now in tox.ini to address mac os x issues
* 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 ↵Kumar McMillan2010-09-021-1/+1
| | | | revision addressed compatibility
* Initial tox environment to run nose in Python 3.1. I'm not quite sure about ↵Kumar McMillan2010-09-011-1/+10
| | | | adding build_tests though, it needs more thought.
* Added initial support for tox (for developing on Nose)Kumar McMillan2010-08-241-0/+25