File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 7
7
matrix :
8
8
include :
9
9
- python : 2.7
10
- env : KERAS_BACKEND=tensorflow TEST_MODE=INTEGRATION_TESTS
10
+ env : KERAS_BACKEND=tensorflow TEST_MODE=INTEGRATION_TESTS PIL=Pil
11
11
- python : 3.6
12
- env : KERAS_BACKEND=tensorflow TEST_MODE=PEP8_DOC
12
+ env : KERAS_BACKEND=tensorflow TEST_MODE=PEP8_DOC PIL=Pillow
13
13
- python : 2.7
14
14
env : KERAS_BACKEND=tensorflow
15
15
- python : 3.6
16
16
env : KERAS_BACKEND=tensorflow
17
17
- python : 2.7
18
- env : KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile
18
+ env : KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile MKL="mkl mkl-service"
19
19
- python : 3.6
20
- env : KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile
20
+ env : KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile MKL="mkl mkl-service"
21
21
- python : 2.7
22
22
env : KERAS_BACKEND=cntk PYTHONWARNINGS=ignore
23
23
- python : 3.6
@@ -47,20 +47,6 @@ install:
47
47
# set library path
48
48
- export LD_LIBRARY_PATH=$HOME/miniconda/envs/test-environment/lib/:$LD_LIBRARY_PATH
49
49
50
- # install PIL for preprocessing tests (they are integration tests).
51
- - if [[ "$TEST_MODE" == "INTEGRATION_TESTS" ]] || [[ "$TEST_MODE" == "PEP8_DOC" ]]; then
52
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
53
- export PIL=Pil;
54
- else
55
- export PIL=Pillow;
56
- fi
57
- fi
58
-
59
- # install mkl only for Theano.
60
- - if [[ "$KERAS_BACKEND" == "theano" ]]; then
61
- export MKL="mkl mkl-service";
62
- fi
63
-
64
50
# install pydot for visualization tests
65
51
- travis_retry conda install $MKL pydot graphviz $PIL
66
52
You can’t perform that action at this time.
0 commit comments