diff options
author | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:05:44 +0100 |
---|---|---|
committer | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:05:44 +0100 |
commit | c8808ec947590b0ab2cce69484e71aa90fecabf0 (patch) | |
tree | e2fed2eae59b9dcee961d101443664d9b4711f98 /tox.ini | |
download | drutils-c8808ec947590b0ab2cce69484e71aa90fecabf0.tar.gz drutils-c8808ec947590b0ab2cce69484e71aa90fecabf0.tar.bz2 drutils-c8808ec947590b0ab2cce69484e71aa90fecabf0.zip |
Initial commit
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +# tox (https://tox.readthedocs.io/) is a tool for running tests +# in multiple virtualenvs. This configuration file will run the +# test suite on all supported python versions. To use it, "pip install tox" +# and then run "tox" from this directory. + +[tox] +envlist = py35, py36 + +[testenv] +deps = aiounittest + pytest + -rrequirements.txt + + +commands = + py.test |