Skip to content

Commit

Permalink
Fix PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreea Dima committed Sep 25, 2017
1 parent 961233a commit 3ac3398
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,8 +1,8 @@
language: python
python:
- "2.7"
install: sudo apt-get install -y libxslt-dev libffi-dev && pip install -r requirements-dev.txt
script: py.test --cov=gioland tests
install: pip install -r requirements-dev.txt
script: PYTHONPATH=`pwd` py.test --cov=gioland tests
after_success: coveralls
notifications:
email:
Expand Down

0 comments on commit 3ac3398

Please sign in to comment.