Skip to content

Commit

Permalink
Adds 3.7 and 3.8 to test matrix (#23)
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
sobolevn authored May 17, 2020
1 parent 522ed7c commit d222120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: xenial

language: python

Expand All @@ -8,6 +9,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

install:
- python setup.py --quiet install
Expand Down

0 comments on commit d222120

Please sign in to comment.