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 34e910d commit 3d62e40Copy full SHA for 3d62e40
.travis.yml
@@ -31,14 +31,11 @@ install:
31
# Useful for debugging any issues with conda
32
- conda info -a
33
34
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest pytest-pep8 pytest-cov
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest pytest-pep8 pytest-cov matplotlib
35
- source activate test-environment
36
- pip install git+git://github.com/Theano/Theano.git
37
- pip install keras
38
39
- # install matplotlib
40
- - apt-get build-dep python-matplotlib
41
-
42
# install PIL for preprocessing tests
43
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
44
conda install pil;
0 commit comments