Skip to content

Commit

Permalink
Fix Travis test path
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandoislas committed May 1, 2017
1 parent 3b7fb4b commit 679de46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ sudo: required
install:
- sudo apt-get -qq update
- sudo ./install.sh local
- python setup.py install
before_script:
- export PYTHONPATH=$(pwd)
script: pytest

0 comments on commit 679de46

Please sign in to comment.