Skip to content

Commit

Permalink
Merge pull request #152 from SpiNNakerManchester/py3.7
Browse files Browse the repository at this point in the history
Enable testing with Python 3.7
  • Loading branch information
Christian-B committed Feb 7, 2019
2 parents d016d68 + 94254e6 commit cc5addb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ python:
- 2.7
- 3.6
dist: trusty
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
cache: pip

before_install:
Expand Down

0 comments on commit cc5addb

Please sign in to comment.