Skip to content

Commit

Permalink
Equal sing in travis cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Scondo committed Sep 4, 2017
1 parent 5a5be35 commit 4ceb7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ matrix:
install:
- pip install argparse
- pip install "pillow<4 ; python_version < '2.7'"
- pip install "pillow<4 ; python_version = '3.2'"
- pip install "pillow<4 ; python_version == '3.2'"
- pip install pillow
- pip install -r pip_numpy.txt
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install "coverage<4"; fi
Expand Down

0 comments on commit 4ceb7a2

Please sign in to comment.