Skip to content

Commit

Permalink
Add Python 3.8 to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok authored Apr 9, 2019
1 parent 9d7a743 commit d348199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: python
python:
- "nightly"
- "3.7-dev"
- "3.8-dev"
- 3.7
- 3.6
- 3.5
- 3.4
sudo: false
dist: xenial
install:
- |
# pip install
Expand Down

0 comments on commit d348199

Please sign in to comment.