Skip to content

Commit c54bd00

Browse files
authored
Merge pull request w3c#81 from w3c/python3.7
chore: Update CI config to use Python 3.7
2 parents aa7601b + 6c8bce2 commit c54bd00

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)