Start using tox (Now without tests)

This commit is contained in:
Alex Root Junior 2017-11-29 14:57:07 +02:00
parent 3903fbd626
commit ae86ed191b
4 changed files with 36 additions and 30 deletions

7
tox.ini Normal file
View file

@ -0,0 +1,7 @@
[tox]
envlist = py36
[testenv]
deps = -rdev_requirements.txt
commands = pytest
skip_install = true