Moved python configuration inside Linux in travis.yml

This commit is contained in:
Daniel Wang 2018-07-19 17:05:47 -04:00
parent 0daa84dadd
commit 1f1906eb3c
No known key found for this signature in database
GPG Key ID: 82968CE7F0EA634E
1 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
sudo: false
language: python language: python
python: python:
- "3.3" - "3.3"
@ -6,12 +11,6 @@ python:
- "3.6" - "3.6"
- "3.6" - "3.6"
- "3.7" - "3.7"
matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
sudo: false
env: env:
- MATRIX_EVAL="" - MATRIX_EVAL=""
- os: osx - os: osx