Skip to content

Commit

Permalink
added 3.7 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Val committed Jan 22, 2020
1 parent aeb9364 commit 305eabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- '3.5'
- '3.6'
- '3.7'
before_install:
- sudo apt-get update
- sudo apt-get install jq
Expand All @@ -14,7 +15,7 @@ script:
deploy:
on:
branch: master
python: '3.6'
python: '3.7'
provider: pypi
user: valerii.tikhonov
distributions: bdist_wheel
Expand Down

0 comments on commit 305eabe

Please sign in to comment.