Skip to content

Commit

Permalink
Merge pull request #4 from robotpy/py37
Browse files Browse the repository at this point in the history
Add python 3.7 to travis
  • Loading branch information
virtuald committed Nov 23, 2018
2 parents 0fb7682 + fa32a5e commit 8531288
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
language: python
sudo: false
env:
- RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
sudo: required
dist: xenial

python:
- "3.5"
- "3.7"
- "3.6"
- "3.5"

matrix:
fast_finish: true

env:
- RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1

# command to install dependencies
install:
- pip install -U pip
Expand Down

0 comments on commit 8531288

Please sign in to comment.