We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2941b02 commit 2dbc0beCopy full SHA for 2dbc0be
.travis.yml
@@ -13,6 +13,7 @@ matrix:
13
- export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
14
- export PYTHONPATH=$(pwd)
15
install:
16
+ - pip install --upgrade pip
17
- pip install -r requirements.txt
18
- pip install mock
19
script:
@@ -30,6 +31,7 @@ matrix:
30
31
32
33
34
35
36
- pip list
37
0 commit comments