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 d3f1c2b commit 4c745f1Copy full SHA for 4c745f1
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- export CC="gcc-4.9"
18
- export CXX="g++-4.9"
19
install:
20
- - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; pip install future; fi
+ - pip install future
21
- pip install numpy
22
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
23
- pip install pycodestyle
0 commit comments