summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Use the real implementation of del_environNed Batchelder2017-11-041-1/+1
|
* Use the manylinux docker image for testing alsoNed Batchelder2017-10-261-0/+1
|
* Can control skip_missing_interpreters from outsideNed Batchelder2017-09-201-1/+1
|
* Have to wait on gevent on py37Ned Batchelder2017-09-201-0/+1
|
* Update dependencies, except setuptools, which vendors stuffNed Batchelder2017-09-201-0/+1
|
* Python 3.7 is out: still have to fix some failuresNed Batchelder2017-09-201-3/+3
|
* Upgrade to latest packagesNed Batchelder2017-07-081-1/+1
|
* Jython 2.7.1rc3 needsNed Batchelder2017-06-231-0/+1
|
* Pin setuptools. Latest (36.0.1) causes test failures that we'll fix in a ↵Ned Batchelder2017-06-071-0/+1
| | | | follow-on
* update requirements, and use tox-battery to recreate tox as neededNed Batchelder2017-04-301-2/+2
|
* Run linkcheck last so missing pages won't stop us getting other good things ↵Ned Batchelder2017-04-041-2/+2
| | | | done.
* Use new show_stderr flag so we can see errors printed to stderr during ↵Ned Batchelder2017-03-301-2/+2
| | | | failing tests.
* perf_measure.py is no longer a testNed Batchelder2017-02-111-1/+1
|
* Use unittest-mixins that we just refactoredNed Batchelder2017-02-111-2/+2
|
* Refactor module cleaning so we can use it outside of testsNed Batchelder2017-02-111-2/+2
|
* No test failures on JythonNed Batchelder2017-01-181-1/+1
| | | | One or two of these are questionable accommodations, but there are no failures.
* Prevent race conditions from failing tests during 'import usepkgs'Ned Batchelder2017-01-171-0/+7
|
* Latest versions of dependenciesNed Batchelder2017-01-161-2/+2
|
* Jython has no multiprocessing moduleNed Batchelder2017-01-131-0/+4
|
* Run lint automaticallyNed Batchelder2017-01-121-1/+1
|
* Run lint with tox. I wish it ran faster...Ned Batchelder2017-01-121-0/+11
|
* gevent 1.2.0 is OK now, and be quieter when building docsNed Batchelder2017-01-051-2/+2
|
* Stop maintaining two separate change historiesNed Batchelder2017-01-011-1/+1
|
* Better ways to install requirements on CI serversNed Batchelder2016-12-311-3/+1
|
* No need for two environment variables that do the same thingNed Batchelder2016-12-311-1/+1
|
* Install pytest where we run igorNed Batchelder2016-12-311-1/+1
|
* gevent 1.2.0 didn't work well, let's stick with 1.1.2 for nowNed Batchelder2016-12-241-1/+1
|
* Use the latest of everythingNed Batchelder2016-12-241-4/+4
|
* Don't lint sphinx outputNed Batchelder2016-12-141-1/+1
|
* Remove the filelock experimentNed Batchelder2016-12-061-1/+0
|
* Use pytest>=3.0.5Bruno Oliveira2016-12-051-1/+1
| | | | | --HG-- branch : latest-pytest
* Quick hack to try avoiding stepping on each others' pth filesNed Batchelder2016-12-041-0/+1
|
* Latest versions of everythingNed Batchelder2016-11-261-2/+2
|
* Enable pytest warnings, and fix/silence a fewNed Batchelder2016-11-261-0/+1
|
* Use xdist to run tests fasterNed Batchelder2016-11-231-0/+1
|
* No more nose, use pytest as test runnerNed Batchelder2016-11-201-1/+0
|
* Test against latest pypy2 and pypy3 only. No more 3.2Ned Batchelder2016-11-201-16/+6
|
* Use my fix for pytestNed Batchelder2016-11-201-1/+1
|
* Move pycodestyle settings to setup.cfgNed Batchelder2016-11-011-10/+0
|
* Optionally use pytest as the test runnerNed Batchelder2016-11-011-0/+1
|
* doc8 should really be more quiet.Ned Batchelder2016-10-021-1/+1
|
* Use doc8 for some light checking of doc filesNed Batchelder2016-10-021-0/+1
|
* Use linkcheck on docs, and fix some broken linksNed Batchelder2016-09-241-2/+2
|
* Use PyPy 5.4 instead of 5.1Ned Batchelder2016-09-121-4/+4
|
* Update dependenciesNed Batchelder2016-08-071-1/+1
|
* Add support for PyPy3 5.2 alpha 1Ned Batchelder2016-08-031-9/+6
|
* Let setuptools float on most environs, since tox is awkward to divide things ↵Ned Batchelder2016-07-291-1/+0
| | | | up explicitly
* Setuptools fixed their egg-ordering problem, no need for this test ↵Ned Batchelder2016-07-291-0/+1
| | | | workaround any more.
* Update requirementsNed Batchelder2016-06-261-1/+1
|
* Use latest of unittest-mixinsNed Batchelder2016-06-181-1/+1
|