Skip to content

Commit 58d47d9

Browse files
committed
update python
1 parent d26bc4f commit 58d47d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: python
22
sudo: false
33
python:
4-
- "2.7"
4+
- "3.7"
55

66
install:
7-
# Setup bikeshed. See https://tabatkins.github.io/bikeshed/#install-linux
8-
- git clone https://github.com/tabatkins/bikeshed.git
9-
- pip install --editable $PWD/bikeshed
7+
- pip install bikeshed
108
- bikeshed update
119

1210
script:

0 commit comments

Comments
 (0)