WIP: trying to get tox toxing

This commit is contained in:
Mahmoud Hashemi 2017-03-13 20:19:49 -07:00
parent 837101f2cf
commit a1ca38640b
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,3 @@
pytest==2.9.2
pytest-cov==2.3.0
tox==2.6.0

6
tox.ini Normal file
View File

@ -0,0 +1,6 @@
[tox]
envlist = py27,py34,pypy
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
commands = py.test --doctest-modules {envsitepackagesdir}/hyperlink {toxinidir}/hyperlink