summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.2Donald Stufft2015-10-011-3/+3
* Check long_description is validcheck-long_descriptionMatt Iversen2015-09-281-2/+6
* Try to test against Python 3.5Donald Stufft2015-05-271-1/+2
* Set the environment variableDonald Stufft2015-05-141-0/+4
* Pin flake8 to 2.3.0Donald Stufft2015-03-051-2/+2
* Move dev reqs from tox.ini to dev-requirements.txtMarc Abramowitz2014-12-171-24/+7
* Python 2.6 doesn't support python -m for packagesPaul Moore2014-10-171-0/+4
* Fix to tox.ini so that pip.exe doesn't try to overwrite itself on WindowsPaul Moore2014-10-171-0/+2
* Ensure that our packaging remains correctDonald Stufft2014-09-291-1/+6
* Point at freezegun master since PR has been mergedDonald Stufft2014-09-191-1/+1
* Fix on PyPyDonald Stufft2014-09-181-0/+1
* Switch to using the stdlib logger instead of pip.logDonald Stufft2014-09-101-0/+1
* Remove some noise in the outputDonald Stufft2014-06-301-1/+1
* Show coverage information for testsDonald Stufft2014-06-301-1/+2
* Timeout the test runsDonald Stufft2014-06-301-1/+2
* Use CacheControl instead of custom cache codeDonald Stufft2014-05-091-0/+1
* Merge branch 'master' into developDonald Stufft2014-05-031-1/+1
|\
| * Merge branch '1.5.X'1.5.5Donald Stufft2014-05-031-1/+1
| |\
| | * Update tox.iniDonald Stufft2014-05-021-1/+1
| * | Fix the branch for virtualenv testingDonald Stufft2014-01-021-1/+1
| |/
| * Test against virtualenv 1.11.XDonald Stufft2013-11-221-1/+1
* | Refactor the Travis running into a shell commandDonald Stufft2014-04-261-4/+0
* | pytest-xdist and Python 3.2 do not get alongDonald Stufft2014-04-261-0/+4
* | Use a tarball because it's faster than cloning a repositoryDonald Stufft2014-04-261-1/+1
* | Parallelize running tests with pytest-xdistDonald Stufft2014-04-261-1/+2
* | have setup.py long_description just be README.rstMarcus Smith2014-03-011-1/+0
* | Turn on everything in flake8Donald Stufft2014-02-241-0/+1
* | Run flake8 on the entire repositoryDonald Stufft2014-01-281-2/+2
* | Ignore the test data's flake8 resultsDonald Stufft2014-01-281-1/+1
* | Run flake8 as part of the test suiteDonald Stufft2014-01-271-1/+13
* | Setup ignores for flake8Donald Stufft2014-01-271-0/+3
|/
* Remove concurrent test runs because they are failing randomlyDonald Stufft2013-11-041-15/+1
* Work around Python 3.2 import issuesDonald Stufft2013-09-051-2/+3
* Test that the documentation builds successfullyDonald Stufft2013-08-281-1/+7
* Test the collection of testsDonald Stufft2013-08-281-1/+5
* Setup tox so that it matches current state of the art for testingDonald Stufft2013-08-281-1/+9
* Require the newest version of scripttestDonald Stufft2013-08-211-1/+1
* Switch to using py.test as the test runner instead of noseDonald Stufft2013-08-211-2/+2
* can't use easy_install to install virtualenv test req from gitMarcus Smith2013-07-011-2/+7
* add back in old tox.iniMarcus Smith2013-05-291-13/+4
* break up tests dir into data, unit tests, and functional testsMarcus Smith2013-05-291-5/+14
* add a tox.iniChris McDonough2012-09-081-0/+8