Skip to content

Commit

Permalink
Try to fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer-ch committed Jun 5, 2018
1 parent bda4663 commit 29d6569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ python:
install:
- travis_retry sudo apt-get update -qq
- travis_retry sudo apt-get install -qq screen
- travis_retry sudo pip install --upgrade pip
- travis_retry sudo pip install -U -e .[atlassian,flask,jinja2,logging,mongo,network,selenium,smpte2022,unittest,voluptuous]
- travis_retry sudo pip install coveralls
- travis_retry pip install --upgrade pip
- travis_retry pip install --user -U -e .[atlassian,flask,jinja2,logging,mongo,network,selenium,smpte2022,unittest,voluptuous]
- travis_retry pip install --user coveralls
script:
- rm -rf django* rest_framework # Not maintained so not testable ...
- sudo python setup.py test
- python setup.py test
matrix:
allow_failures:
- python: 2.6
Expand Down

0 comments on commit 29d6569

Please sign in to comment.