diff --git a/.travis.yml b/.travis.yml index 17752ea..ed1f6e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ jobs: - stage: test if: (type IN (pull_request)) install: - - pip install -r requirements + - pip install -r requirements.txt script: - pytest -s tests/