Update travis for python 3 as well as python 2

Now that we have #95
This commit is contained in:
Liz Rice
2019-03-05 12:30:22 +00:00
committed by GitHub
parent fcee9d54ee
commit c44d6874dc

View File

@@ -2,9 +2,6 @@ group: travis_latest
language: python
cache: pip
matrix:
allow_failures:
# Python 3 tests are failing due to an import error
- python: 3.6
include:
- python: 2.7
#- python: 3.4