Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit b4db727

Browse files
committed
try to fix travis
1 parent c54cc0b commit b4db727

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ cache:
99

1010
# C++ project
1111
language: cpp
12+
python:
13+
- 3.6
1214
compiler:
1315
- gcc
1416
- clang
@@ -22,9 +24,6 @@ addons:
2224
- clang
2325
- libpython3-dev
2426
- libtbb-dev
25-
before_install:
26-
# work around https://github.com/travis-ci/travis-ci/issues/8363
27-
- pyenv global system 3.5
2827
install:
2928
# create deps dir if not existing
3029
- DEPS_DIR=${HOME}/deps

0 commit comments

Comments
 (0)