want travis to run with python 2.7(for now) and 3.7

This commit is contained in:
Mark Borgerding 2020-03-15 15:01:10 -04:00
parent b420613372
commit 592bdf7da8

View File

@ -1,7 +1,8 @@
language: python language: python
python: python:
- "2.6" - "2.7"
- "3.7"
dist: trusty dist: trusty