Skip to content

Commit

Permalink
Update travis with sudo install
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreea Dima committed Sep 25, 2017
1 parent 2f1a288 commit 961233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
install: apt-get install -y libxslt-dev libffi-dev && pip install -r requirements-dev.txt
install: sudo apt-get install -y libxslt-dev libffi-dev && pip install -r requirements-dev.txt
script: py.test --cov=gioland tests
after_success: coveralls
notifications:
Expand Down

0 comments on commit 961233a

Please sign in to comment.