Skip to content

Commit

Permalink
chore: add Python 3.8 to Travis (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Feb 21, 2020
1 parent 06b9a0c commit 5f251e8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
dist: xenial # required for Python >= 3.7
language: python
sudo: false
cache: pip
python:
- '2.7'
- '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'
env:
global:
- CC_TEST_REPORTER_ID=$TRAVIS_CODE_CLIMATE_TOKEN SENDGRID_API_KEY=SGAPIKEY
Expand Down

0 comments on commit 5f251e8

Please sign in to comment.