Skip to content

Commit

Permalink
Fix travis config to use requirements-tests.txt to run build
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Sep 8, 2016
1 parent eb5e840 commit 8d9acf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- '3.4'
- '3.5'
install:
- pip install --upgrade pip && pip install -r requirements.txt
- pip install --upgrade pip && pip install -r requirements-tests.txt
script:
- coverage run --source=isatools setup.py test
- behave --no-capture --no-capture-stderr --format=progress features/isa-file-handler.feature
Expand Down

0 comments on commit 8d9acf4

Please sign in to comment.