Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli authored Nov 14, 2016
1 parent ff28425 commit b6db7e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
sudo: required
sudo: false
python:
- "2.7"
notifications:
Expand All @@ -21,8 +21,9 @@ addons:
- python-qt4-dev
- pyqt4-dev-tools
- python-qt4
- python-docutils
before_install:
- sudo pip install docutils
- pip install docutils
- pip install -U pip
install:
- travis_wait travis_retry pip install -r requirements.txt --upgrade
Expand Down

0 comments on commit b6db7e6

Please sign in to comment.