Skip to content

Commit fb33705

Browse files
committed
add alias
1 parent fae0dab commit fb33705

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- MACOSX_DEPLOYMENT_TARGET=10.9
2323
- CC=clang
2424
- CXX=clang++
25+
before_install:
26+
- alias pip=pip3
27+
- alias python=python3
2528
install:
2629
- pip install numpy
2730
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html

0 commit comments

Comments
 (0)