Skip to content

Commit

Permalink
- add Python 3.8 to Travis CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 14, 2019
1 parent 4a0bbbd commit 3aed500
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 @@ -5,14 +5,19 @@ python:
- 3.6
- pypy
- pypy3

matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- python: "3.8-dev"
dist: xenial

install:
- pip install .

script:
- python setup.py test -q

notifications:
email: false

0 comments on commit 3aed500

Please sign in to comment.