Skip to content

Commit

Permalink
Set travis env to Python 3.7
Browse files Browse the repository at this point in the history
Bikeshed requires 3.7, see
speced/bikeshed#321 (comment)
  • Loading branch information
ngzhian committed Mar 24, 2020
1 parent e84c676 commit 8c5c77a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: c++
language: python
python:
- "2.7"
- "3.7"

sudo: on

Expand All @@ -15,7 +15,6 @@ install:
- sudo pip install sphinx==1.7.9
- sudo apt-get install texlive-full yarn
- git clone https://github.com/tabatkins/bikeshed.git
- git -C $PWD/bikeshed checkout 087ea90e1ebd0321c20373d89950d1c6b73d5df1
- pip install --editable $PWD/bikeshed
- bikeshed update

Expand Down

0 comments on commit 8c5c77a

Please sign in to comment.