Skip to content

Commit

Permalink
Merge pull request #17 from DavidMStraub/master
Browse files Browse the repository at this point in the history
[ci] Finally solve Travis woes by pinning pyqt version to 4
  • Loading branch information
DavidMStraub committed Sep 20, 2016
2 parents 6ab6b17 + 82d151a commit e50f30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
# - "3.4"
- "3.4"
- "3.5"

notifications:
Expand All @@ -20,7 +20,7 @@ before_install:
- sudo ln -s /run/shm /dev/shm

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose pyqt
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose pyqt=4
- pip install flavio[sampling,plotting]
- pip install coveralls

Expand Down

0 comments on commit e50f30e

Please sign in to comment.