Skip to content

Commit

Permalink
#30 Add nose to Travis CI's dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuridenamida committed Dec 25, 2018
1 parent a3b9d49 commit 3af98af
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 @@ -7,7 +7,7 @@ python:
install:
- pip install bs4
- pip install flake8 autopep8
- pip install codecov
- pip install codecov nose

script:
- flake8 --ignore=E501, W605
Expand Down

0 comments on commit 3af98af

Please sign in to comment.