Skip to content

Commit

Permalink
Enable Python 3.8-dev testing on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 29, 2019
1 parent 540c17b commit 4e249da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
dist: xenial

install:
- pip install -U pip
Expand Down Expand Up @@ -27,8 +28,8 @@ jobs:
env: TOXENV=py36
- python: '3.7'
env: TOXENV=py37
sudo: required
dist: xenial
- python: '3.8-dev'
env: TOXENV=py38
- python: '3.6'
env: TOXENV=linting
- python: '3.6'
Expand Down

0 comments on commit 4e249da

Please sign in to comment.