summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-20 12:00:11 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-20 12:02:50 +0200
commitf85d335cbe5f26e75b90f6e7ee95c07f151b7cb9 (patch)
tree9d917761604d20b8811cbdd4e27167f2ea70459c
parenta9cde4a9bff27544314f5a7ca13d22aaaac9d884 (diff)
downloadwarlock-f85d335cbe5f26e75b90f6e7ee95c07f151b7cb9.tar.gz
Install requirements through setuptools, for testing
-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