diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-22 10:50:07 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-22 10:50:07 -0500 |
commit | 750a2b38964adc868b1a7f4570afa1532418b12c (patch) | |
tree | 5fef50d62dd7a3679c30c797f1f4373d0f0a95a5 /tox.ini | |
parent | 03c1cc86843bcfbb6c2a9366d285427ac006aeee (diff) | |
download | pytest-runner-750a2b38964adc868b1a7f4570afa1532418b12c.tar.gz |
Use tox instead of pytest-runner
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +[testenv] +deps = + -r tests/requirements.txt + +commands = py.test |