We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406173e commit 5edcaa0Copy full SHA for 5edcaa0
.travis.yml
@@ -12,7 +12,7 @@ install:
12
script:
13
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
14
- cd tests/
15
-- python -m unittest discover
+- python3 -m unittest discover
16
deploy:
17
- provider: releases
18
api_key: "$GITHUB_TOKEN"
0 commit comments