Skip to content

Commit

Permalink
Merge pull request #65 from alchemistry/travis-python37
Browse files Browse the repository at this point in the history
Set Travis CI to test against Python 3.7
  • Loading branch information
dotsdl authored Nov 23, 2018
2 parents d7d2663 + 61762a1 commit eba1f9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
sudo: false
sudo: required
dist: xenial

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

branches:
only:
Expand Down

0 comments on commit eba1f9a

Please sign in to comment.