summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Use pytest>=3.0.2Bruno Oliveira2016-09-011-1/+1
| | | | The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2
* Install py.test>=2.8,<3Tim Heap2016-08-291-1/+4
| | | | | The 3.x series is currently broken. Until py.test works again, 3.x should not be used by anything.
* fix tests on windows (#754)Gabi Davar2016-08-201-0/+1
| | | - have tox pass env variables used by setuptools on windows.
* Update tox.ini envlist to match supported PythonsTim Heap2016-08-141-1/+1
| | | | | Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are.
* Update tox tests so they run the full suite of tests using the canonical ↵Jason R. Coombs2015-11-251-4/+2
| | | | technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164).
* Fix tox settings so they workDoug Hellmann2015-01-121-2/+4
| | | | | | | | Update the dependency list to include the mock package. Update the way py.test is called to only scan the setuptools directory, to avoid scanning all of the packages installed in .tox and other temporary directories.
* tox.ini: Add {posargs} to py.test invocationMarc Abramowitz2014-10-111-1/+1
| | | | | | | This allows you to specify args on the tox command line that get passed through to py.test -- e.g.: tox -e py27 -- -k testResolve --tb=short setuptools/tests
* Move tests.sh to a tox configMatthew Iversen2014-06-021-0/+5
--HG-- extra : source : 0d6a065483104cc9781a3ff72c168f059ec11036