Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Have stable 3.7 env
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jul 3, 2018
1 parent 5ad86eb commit beb41d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
install:
- pip install -U setuptools
- pip install -U pip
Expand All @@ -16,6 +15,12 @@ after_success:
- codecov
cache: pip

jobs:
include:
- python: "3.7"
dist: xenial
sudo: required

deploy:
provider: pypi
user: hellysmile
Expand Down

0 comments on commit beb41d5

Please sign in to comment.