Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
[REVERT ME] Comment linux builds that works
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Apr 19, 2020
1 parent 71e05be commit e87fd70
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ jobs:
# - PLAT=i686
# - SKIP_NETWORK_TESTS=1

- os: linux
env:
- BUILD_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS}"
- TEST_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS} ${TEST_COMMON} scikit-learn"
- MB_PYTHON_VERSION=3.8
- PLAT=x86_64
- SKIP_NETWORK_TESTS=1
# - os: linux
# env:
# - BUILD_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS}"
# - TEST_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS} ${TEST_COMMON} scikit-learn"
# - MB_PYTHON_VERSION=3.8
# - PLAT=x86_64
# - SKIP_NETWORK_TESTS=1

- os: linux
env:
- BUILD_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS}"
- TEST_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS} ${TEST_COMMON} scikit-learn"
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- SKIP_NETWORK_TESTS=1
# - os: linux
# env:
# - BUILD_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS}"
# - TEST_DEPENDS="numpy==1.17.3 scipy==1.3.2 ${GLOBAL_DEPENDS} ${TEST_COMMON} scikit-learn"
# - MB_PYTHON_VERSION=3.8
# - PLAT=i686
# - SKIP_NETWORK_TESTS=1

# MacOS
# - os: osx
Expand Down

0 comments on commit e87fd70

Please sign in to comment.