Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
adding nose to the install dependencies
Browse files Browse the repository at this point in the history
nose needs to be installed to run the tests on a fresh system
  • Loading branch information
tescalada committed Mar 31, 2018
1 parent 47c871d commit bfed50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- pip install requests
- pip install python-coveralls
- pip install coverage
- pip install nose

# command to run tests
script:
Expand Down

0 comments on commit bfed50b

Please sign in to comment.