Skip to content

Commit 67c9b15

Browse files
author
Pan
committed
Switched testing to pytest.
1 parent d6ba279 commit 67c9b15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- python setup.py build_ext --inplace
2727
- eval "$(ssh-agent -s)"
2828
script:
29-
- nosetests
29+
- pytest tests
3030
- flake8 ssh2
3131
# Test source distribution builds
3232
- python setup.py sdist

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ flake8
33
jinja2
44
sphinx
55
sphinx_rtd_theme
6-
nose
6+
pytest

0 commit comments

Comments
 (0)