Skip to content
Snippets Groups Projects
Commit 8889b033 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Fix requirements chain when using travis

parent bfbd253b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,8 +11,7 @@ python:
before_install:
- docker run -d --name=dynalite -p 8000:8000 rajatvig/dynalite-alpine:latest
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install -r requires/testing.txt
script: nosetests
after_success:
- codecov
Loading
Loading
Loading
Loading
@@ -3,3 +3,5 @@ codecov
flake8
nose
pylint
wheel
-r installation.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment