Add Travis CI section to Tox configuration

This commit is contained in:
Joakim Soderlund 2017-01-28 21:27:39 +01:00
parent f25b0ed50d
commit b70c56e632

View file

@ -4,6 +4,11 @@ envlist =
py36
flake
[travis]
python =
3.5: py35, flake
3.6: py36
[testenv]
commands = py.test
deps =