Skip to content

Commit d9ef88b

Browse files
authored
Update CI config to use Python 3.7 (#323)
Ref: speced/bikeshed@c6b80b5
1 parent ae36fd6 commit d9ef88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: python
33
python:
4-
- '2.7'
4+
- '3.7'
55
install:
66
- pip install pygments lxml setuptools --upgrade
77
- git clone https://github.com/tabatkins/bikeshed.git

0 commit comments

Comments
 (0)