summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* 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