Added missing environments to travis config

This commit is contained in:
Ashley Whetter 2019-03-30 11:49:23 -07:00
parent bcf82f538c
commit e768a02818

View File

@ -4,6 +4,11 @@ install:
- pip install tox-travis - pip install tox-travis
script: script:
- tox - tox
-python:
- 2.7
- 3.5
- 3.6
- 3.7
matrix: matrix:
include: include:
- python: 3.7 - python: 3.7