Skip to content

Commit 6966f2a

Browse files
committed
use pytest instead of tox
1 parent 45581ed commit 6966f2a

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
@@ -8,7 +8,7 @@ python:
88
install:
99
- pip install pypandoc
1010
script:
11-
- tox
11+
- py.test
1212
branches:
1313
only: master
1414
after_success:

0 commit comments

Comments
 (0)