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 76e098e commit 7752f37Copy full SHA for 7752f37
.travis.yml
@@ -1,8 +1,8 @@
1
2
language: python
3
python:
4
- - 3.4
5
- 3.5
+ - 3.6
6
7
cache:
8
directories:
@@ -15,7 +15,7 @@ install:
15
- pip install -r requirements.txt
16
- pip install sphinx
17
- pip install sphinx_rtd_theme
18
- - pip install docutils==0.12
+ - pip install docutils==0.12
19
- pip install coverage
20
- pip install coveralls
21
script:
0 commit comments