Skip to content

Commit b02fb5d

Browse files
tirkarthihugovk
authored andcommitted
Use pytest instead of nose for Python 3.9 compatibility.
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent d4cf678 commit b02fb5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ python:
99
- "3.7-dev"
1010
- "3.8-dev"
1111
- "nightly"
12-
script: nosetests -e fuzz
12+
install: pip install pytest
13+
script: pytest -k "not fuzz"

0 commit comments

Comments
 (0)