diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 18:56:12 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 18:56:12 -0400 |
| commit | 8810250b5ad5df929b0d4db37d676e6f494cbda5 (patch) | |
| tree | febde28bbf91b80b0ac7800ba6fa7b3abaaca286 /tox.ini | |
| parent | 7edbffcc92c89b96f37e9e007e0f7f9490c49232 (diff) | |
| download | external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.tar.gz external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.tar.bz2 external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.zip | |
Run tests with tox
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ -[tox] -envlist = py26,py27,py33,py34,py35,pypy,pypy3 - [testenv] deps= pytest-flake8 pytest>=3.0.2 + setuptools[ssl] + py{26,27,32}: mock + passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir -commands=python setup.py test --addopts='-rsx' +commands=python -m pytest -rsx |
