Skip to content

Commit 3d62e40

Browse files
committed
install matplotlib in travis, take 3
1 parent 34e910d commit 3d62e40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ install:
3131
# Useful for debugging any issues with conda
3232
- conda info -a
3333

34-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest pytest-pep8 pytest-cov
34+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest pytest-pep8 pytest-cov matplotlib
3535
- source activate test-environment
3636
- pip install git+git://github.com/Theano/Theano.git
3737
- pip install keras
3838

39-
# install matplotlib
40-
- apt-get build-dep python-matplotlib
41-
4239
# install PIL for preprocessing tests
4340
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
4441
conda install pil;

0 commit comments

Comments
 (0)