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 4c81a02 commit 5666395Copy full SHA for 5666395
.travis.yml
@@ -0,0 +1,11 @@
1
+language: python
2
+
3
+python: 3.6
4
5
+install:
6
+ - "pip install -r requirements.txt"
7
8
+script:
9
+ - "cd ./docs/"
10
+ - "make dirhtml"
11
+ - "make linkcheck"
0 commit comments