We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd565e6 commit c9f9354Copy full SHA for c9f9354
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
16
install:
17
- sudo apt-get install cmake
18
- - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo add-apt-repository ppa:fkrull/deadsnakes -y; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo add-apt-repository ppa:fkrull/deadsnakes -y && sudo apt-get update; fi
19
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install libpython3.5-dev; fi
20
- python -m pip install --upgrade pip
21
- pip install -r requirements.txt
0 commit comments