summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 080ccdb..cf4765e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,9 @@ install:
pip install pytest pytest-cov coveralls; fi
- if [[ $TEST_CMD == black* ]]; then pip install black; fi
- if [[ $TEST_CMD == flake8* ]]; then pip install flake8 flake8-bugbear flake8-todo; fi
- - pip install -r requirements.txt
script:
+- python setup.py develop
- $TEST_CMD
after_success:
@@ -38,4 +38,4 @@ matrix:
- name: "pytest-py3.6"
python: 3.6
- name: "pytest-py3.7"
- python: 3.7 \ No newline at end of file
+ python: 3.7