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,17 +1,16 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6"
- "3.7"
matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
sudo: false
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6"
- "3.7"
env:
- MATRIX_EVAL=""
- os: osx