Skip to content

Commit

Permalink
Merge pull request #2 from codingjoe/python-version-support
Browse files Browse the repository at this point in the history
Add more supported python version to Ci suite
  • Loading branch information
codingjoe authored Oct 11, 2019
2 parents e77386c + 0bb9d32 commit 187b778
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
Expand Up @@ -5,6 +5,8 @@ cache:
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8-dev'
- 'nightly'
matrix:
fast_finish: true
Expand Down

0 comments on commit 187b778

Please sign in to comment.