Skip to content

Commit 58387b9

Browse files
committed
switch to pytest
1 parent 19ce6a9 commit 58387b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ install:
3232
script:
3333
- python setup.py develop
3434
- flake8 examples/ ot/ test/
35-
- python -m py.test -v test/
35+
- python -m pytest -v test/
3636
# - py.test ot test

0 commit comments

Comments
 (0)