Skip to content

Commit

Permalink
Merge pull request #61 from Juanlu001/py38
Browse files Browse the repository at this point in the history
Add support for Python 3.8
  • Loading branch information
astrojuanlu committed Oct 28, 2019
2 parents 2c42e5a + 6732e5c commit e206894
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ python:
- "3.4"
- "3.5"
- "3.6"

# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- "3.7"
- "3.8"

before_install:
- "pip install -U pip"
Expand Down

0 comments on commit e206894

Please sign in to comment.