Skip to content

Commit 7752f37

Browse files
committed
Add/rm py3.6/py3.4 to .travis.
1 parent 76e098e commit 7752f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
language: python
33
python:
4-
- 3.4
54
- 3.5
5+
- 3.6
66

77
cache:
88
directories:
@@ -15,7 +15,7 @@ install:
1515
- pip install -r requirements.txt
1616
- pip install sphinx
1717
- pip install sphinx_rtd_theme
18-
- pip install docutils==0.12
18+
- pip install docutils==0.12
1919
- pip install coverage
2020
- pip install coveralls
2121
script:

0 commit comments

Comments
 (0)