Skip to content

Commit bb67290

Browse files
authored
Update CI config to use Python 3.7
Ref: speced/bikeshed@c6b80b5
1 parent 7c43c34 commit bb67290

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,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
@@ -12,4 +12,4 @@ script:
1212
env:
1313
global:
1414
- ENCRYPTION_LABEL: "824bd24314c2"
15-
- COMMIT_AUTHOR_EMAIL: "[email protected]"
15+
- COMMIT_AUTHOR_EMAIL: "[email protected]"

0 commit comments

Comments
 (0)