diff --git a/.travis.yml b/.travis.yml index 6f2d3979..3f8a64eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: python python: - "3.4" install: - - pip install . + - python setup.py develop - pip install -r requirements.txt script: py.test