Skip to content

Commit 4c745f1

Browse files
committed
fix py2.7
1 parent d3f1c2b commit 4c745f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- export CC="gcc-4.9"
1818
- export CXX="g++-4.9"
1919
install:
20-
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; pip install future; fi
20+
- pip install future
2121
- pip install numpy
2222
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2323
- pip install pycodestyle

0 commit comments

Comments
 (0)