Skip to content

Commit 5edcaa0

Browse files
committed
unittest using python3
1 parent 406173e commit 5edcaa0

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
@@ -12,7 +12,7 @@ install:
1212
script:
1313
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
1414
- cd tests/
15-
- python -m unittest discover
15+
- python3 -m unittest discover
1616
deploy:
1717
- provider: releases
1818
api_key: "$GITHUB_TOKEN"

0 commit comments

Comments
 (0)