Skip to content

Commit 6d5c746

Browse files
committed
fix py2.7
1 parent eb40b3a commit 6d5c746

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-
- pip install future; python_version < '3.0'
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)