Tox config

pull/15/head
Michael Egorov 2017-08-18 10:13:47 -07:00
parent c4b7f113f7
commit 512bf54105
1 changed files with 10 additions and 0 deletions

10
tox.ini Normal file
View File

@ -0,0 +1,10 @@
[tox]
envlist = py35,py36
[testenv]
deps = .[testing]
commands = py.test {posargs}
[pytest]
testpaths = tests