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
script:
- tox
-python:
- 2.7
- 3.5
- 3.6
- 3.7
matrix:
include:
- python: 3.7