diff --git a/.travis.yml b/.travis.yml index edc98c04..df4eb121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ language: python python: - "2.7" install: -- python setup.py install +- pip install -e .[develop] script: - nosetests tests/ \ No newline at end of file