Skip to content

Commit 2dbc0be

Browse files
author
Lee Yang
committed
update pip version
1 parent 2941b02 commit 2dbc0be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
- export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
1414
- export PYTHONPATH=$(pwd)
1515
install:
16+
- pip install --upgrade pip
1617
- pip install -r requirements.txt
1718
- pip install mock
1819
script:
@@ -30,6 +31,7 @@ matrix:
3031
- export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
3132
- export PYTHONPATH=$(pwd)
3233
install:
34+
- pip install --upgrade pip
3335
- pip install -r requirements.txt
3436
- pip list
3537
script:

0 commit comments

Comments
 (0)