@ -1,9 +1,11 @@
sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install tox
- pip install tox-travis
script:
- tox
after_success:
@ -1,5 +1,5 @@
[tox]
envlist = py34
envlist = py35, py36
[testenv]
deps=