We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7930380 + bdb743c commit e1b4aabCopy full SHA for e1b4aab
.travis.yml
@@ -1,10 +1,18 @@
1
language: python
2
-sudo: false
3
-env:
4
- - RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
+sudo: required
+dist: xenial
+
5
python:
6
- - "3.5"
+ - "3.7"
7
- "3.6"
8
+ - "3.5"
9
10
+matrix:
11
+ fast_finish: true
12
13
+env:
14
+ - RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
15
16
# command to install dependencies
17
install:
18
- pip install -U pip
@@ -19,7 +27,7 @@ deploy:
19
27
password: $PYPI_PASSWORD
20
28
on:
21
29
tags: true
22
- python: "3.6"
30
+ python: "3.7"
23
31
24
32
notifications:
25
33
webhooks:
0 commit comments