Use tox instead of pytest-runner

This commit is contained in:
Jason R. Coombs
2016-09-22 10:50:07 -05:00
parent 03c1cc8684
commit 750a2b3896
6 changed files with 9 additions and 10 deletions

View File

@@ -4,8 +4,7 @@ python:
- 2.7
- 3.5
script:
- pip install -U pytest
- python setup.py test
- tox
branches:
except:
- skeleton