Skip to content

Commit b641546

Browse files
committed
Bump TravisCI Python to 3.6
1 parent f4cc0d6 commit b641546

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
sudo: false
22
language: python
3+
python:
4+
- "3.6"
35
install: pip install sphinx
4-
script:
5-
- make doctest
6-
- make html
6+
script:
7+
- make doctest
8+
- make html

0 commit comments

Comments
 (0)