Skip to content

Commit

Permalink
Fix travis once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Jul 7, 2017
1 parent 8e01e7e commit d4d6fa5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,19 @@ matrix:
COVERAGE=true SCIKIT_LEARN_VERSION="0.18" STATSMODELS_VERSION="0.8"
FROM_REQ=false DEPLOY=true

# This environment tests the newest supported Anaconda release (4.4.0) and
# runs on MAC OS X
# This environment tests Python 3.5 support on MAC OS X
- os: osx
osx_image: xcode7.2
env: DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="true"
NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.25.2"
COVERAGE=true SCIKIT_LEARN_VERSION="0.18" STATSMODELS_VERSION="0.8"
FROM_REQ=false DEPLOY=true

# This environment tests the newest supported Anaconda release (4.4.0) and
# runs on linux
- os: linux
dist: trusty
sudo: required
env: DISTRIB="conda" PYTHON_VERSION="3.6.1" INSTALL_MKL="true"
NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.25.2"
COVERAGE=true SCIKIT_LEARN_VERSION="0.18" STATSMODELS_VERSION="0.8"
Expand Down

0 comments on commit d4d6fa5

Please sign in to comment.