Fixing up travis

This commit is contained in:
Jamie Bliss 2017-01-08 22:56:51 -05:00
parent e3d77be141
commit 12b9b514b1

View file

@ -5,13 +5,16 @@ env:
matrix:
include:
- os: linux
python: 3.5
env:
python: 3.5
env:
- MINICONDA_OS="Linux"
- os: linux
python: 3.6
env:
- MINICONDA_OS="Linux"
- BUILD_DOCS=true
- os: linux
python: "nightly"
- os: linux
python: 3.6
- os: osx
language: generic
env: PYTHON="3.4" MINICONDA_OS="MacOSX"