Skip to content

Commit e1b4aab

Browse files
authored
Merge pull request #114 from robotpy/py37
Update travis to use python 3.7
2 parents 7930380 + bdb743c commit e1b4aab

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.travis.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
language: python
2-
sudo: false
3-
env:
4-
- RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
2+
sudo: required
3+
dist: xenial
4+
55
python:
6-
- "3.5"
6+
- "3.7"
77
- "3.6"
8+
- "3.5"
9+
10+
matrix:
11+
fast_finish: true
12+
13+
env:
14+
- RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
15+
816
# command to install dependencies
917
install:
1018
- pip install -U pip
@@ -19,7 +27,7 @@ deploy:
1927
password: $PYPI_PASSWORD
2028
on:
2129
tags: true
22-
python: "3.6"
30+
python: "3.7"
2331

2432
notifications:
2533
webhooks:

0 commit comments

Comments
 (0)