File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,13 @@ install:
34
34
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest pytest-pep8 pytest-cov matplotlib
35
35
- source activate test-environment
36
36
- pip install git+git://github.com/Theano/Theano.git
37
- - pip install keras
38
-
39
- # install PIL for preprocessing tests
40
- - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
41
- conda install pil;
42
- elif [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then
43
- conda install Pillow;
44
- fi
45
37
46
38
# install TensorFlow
47
39
- pip install tensorflow
48
40
41
+ # Install package and test requirements.
42
+ - pip install -e .[tests]
43
+
49
44
script :
50
45
# run keras backend init to initialize backend config
51
46
- python -c "import keras.backend"
You can’t perform that action at this time.
0 commit comments