diff --git a/.travis.yml b/.travis.yml index 5222b8a..fc232a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ python: - "3.5" # command to install dependencies install: - pip install -r test-requirements.txt - python setup.py develop + - pip install -r test-requirements.txt + - pip install . # command to run tests script: nosetests --with-coverage --cover-package=duo