Skip to content

Commit

Permalink
travis: Enable testing with Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Dec 30, 2019
1 parent df194e5 commit 90482b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- python3 -m pip install -U pip
- python3 -m pip install -e .
Expand Down

0 comments on commit 90482b9

Please sign in to comment.