diff --git a/.travis.yml b/.travis.yml index 61471aa..031bbf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file