We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cc0d6 commit b641546Copy full SHA for b641546
.travis.yml
@@ -1,6 +1,8 @@
1
sudo: false
2
language: python
3
+python:
4
+ - "3.6"
5
install: pip install sphinx
-script:
-- make doctest
6
-- make html
+script:
7
+ - make doctest
8
+ - make html
0 commit comments