Skip to content

Commit

Permalink
testfixtures in requirements.txt #55
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 3, 2018
1 parent 9ca0d52 commit e2b838a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:
# command to install dependencies
install:
- pip install codecov
- pip install pytest pytest-cov testfixtures
- pip install pytest pytest-cov
- pip install notebook
- pip install -r requirements.txt
- pip install .
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ nbformat>=4.0.0
pyyaml
mock
six
testfixtures

0 comments on commit e2b838a

Please sign in to comment.