Skip to content

Commit

Permalink
travis: deactivate tests for dynamic libs, external lib makes builder…
Browse files Browse the repository at this point in the history
… fail
  • Loading branch information
lpfann committed Apr 25, 2019
1 parent 2057835 commit bcd74ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ cache:

matrix:
include:
- name: "3.6 Newest Libs"
env: DISTRIB="conda" PYTHON_VERSION="3.6"
NUMPY_VERSION="*" SCIPY_VERSION="*" SKLEARN_VERSION="*"
# - name: "3.6 Newest Libs"
# env: DISTRIB="conda" PYTHON_VERSION="3.6"
# NUMPY_VERSION="*" SCIPY_VERSION="*" SKLEARN_VERSION="*"
- name: "3.6 Static Libs"
env: DISTRIB="conda" PYTHON_VERSION="3.6"
NUMPY_VERSION="1.15.4" SCIPY_VERSION="1.1" SKLEARN_VERSION="0.20"
- name: "3.7 Newest Libs"
env: DISTRIB="conda" PYTHON_VERSION="3.7"
NUMPY_VERSION="*" SCIPY_VERSION="*" SKLEARN_VERSION="*"
# - name: "3.7 Newest Libs"
# env: DISTRIB="conda" PYTHON_VERSION="3.7"
# NUMPY_VERSION="*" SCIPY_VERSION="*" SKLEARN_VERSION="*"
- name: "3.7 Static Libs"
env: DISTRIB="conda" PYTHON_VERSION="3.7"
NUMPY_VERSION="1.15.4" SCIPY_VERSION="1.1" SKLEARN_VERSION="0.20"
Expand Down

0 comments on commit bcd74ac

Please sign in to comment.