Fixed missing language declarations in travis.yml

This commit is contained in:
Daniel Wang 2018-07-19 17:44:48 -04:00
parent 9140495071
commit 5b5f1a050d
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 2 additions and 0 deletions

View File

@ -38,12 +38,14 @@ matrix:
- os: linux
dist: trusty # Ubuntu 14.04
sudo: false
language: python
python: '3.6'
env:
- MATRIX_EVAL=""
- os: linux
dist: trusty # Ubuntu 14.04
sudo: false
language: python
python: '3.7'
env:
- MATRIX_EVAL=""