Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Remove Python 2 build from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thuijskens committed Feb 27, 2018
1 parent d5da69d commit f9960dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,8 @@ env:
- TEST_DIR=/tmp/test_dir/
- MODULE=stability_selection
matrix:
- DISTRIB="conda" PYTHON_VERSION="2.7"
NUMPY_VERSION="1.7.1" SCIPY_VERSION="0.11.0" CYTHON_VERSION="0.21"
#- DISTRIB="conda" PYTHON_VERSION="2.7"
# NUMPY_VERSION="1.7.1" SCIPY_VERSION="0.11.0" CYTHON_VERSION="0.21"
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.4"

Expand Down

0 comments on commit f9960dd

Please sign in to comment.