updates tox config

This commit is contained in:
Moisés Guimarães 2017-01-16 15:43:13 -02:00
parent 0a9f66338c
commit 715d6afeda

View File

@ -1,7 +1,7 @@
[tox]
envlist=py27,py34,py35
envlist=py27,py34,py35,py36
skip_missing_interpreters=true
[testenv]
deps=-rrequirements-testing.txt
commands=py.test test/
commands=py.test test/ {posargs}