Skip to content

Commit

Permalink
Test Python 3.8 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Feb 12, 2019
1 parent 17eb4fe commit 5ae4e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
language: python
sudo: false
python:
- 2.7
- 3.4
Expand All @@ -11,7 +10,8 @@ matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- python: "3.8-dev"
dist: xenial
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit 5ae4e33

Please sign in to comment.