Skip to content

Commit

Permalink
switch to using pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Feb 23, 2019
1 parent f06539c commit 4f10c05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:

test:
rm -f .coverage vdf/*.pyc tests/*.pyc
PYTHONHASHSEED=0 nosetests --verbosity 1 --with-coverage --cover-package=vdf
PYTHONHASHSEED=0 python -m pytest --cov=vdf tests

pylint:
pylint -r n -f colorized vdf || true
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
nose
coverage
mock
pytest-cov==2.6.0

0 comments on commit 4f10c05

Please sign in to comment.