Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 23, 2018
1 parent b5167e3 commit 54f84de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_install:
install:
- sudo apt-get install -qq gcc-6 g++-6
- pip install -r requirements_conda.txt
- pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp36-cp36m-win_amd64.whl
- pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp36-cp36m-linux_x86_64.whl
- pip install -r requirements.txt
before_script:
- python setup.py build_ext --inplace
Expand Down

0 comments on commit 54f84de

Please sign in to comment.