Skip to content

Commit

Permalink
Merge pull request #2 from teaqu/remove-nose
Browse files Browse the repository at this point in the history
Upgrade nose to nose2
  • Loading branch information
federicotorrielli authored Feb 21, 2021
2 parents 0dccbb4 + 0f31342 commit 9d513d5
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 @@ -8,4 +8,4 @@ python:
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
script: "nose2 -v"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ praw==7.1.0
requests==2.24.0
six==1.15.0
update-checker==0.18.0
nose2==0.10.0

0 comments on commit 9d513d5

Please sign in to comment.