diff --git a/.travis.yml b/.travis.yml index aeb195e..e95cb51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - "3.4" - "3.5" install: -- "pip install -r requirements.txt" - "pip install --upgrade pytest flake8" script: +- "python setup.py develop" - "flake8" - "py.test"