diff --git a/.travis.yml b/.travis.yml index 80322e5..044c89d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: nosetests +script: "nose2 -v" diff --git a/requirements.txt b/requirements.txt index 25d1f92..22f4980 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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