Skip to content

Commit

Permalink
Replace nose by pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theotime Leveque committed Sep 13, 2015
1 parent 76305b7 commit 91a4afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -96,5 +96,5 @@ Tests
3. Run tests:

```
$ nosetests -v
$ py.test TestDailymotion.py
```
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
requests
requests_toolbelt
nose
pytest

0 comments on commit 91a4afa

Please sign in to comment.