Skip to content

Commit

Permalink
Merge pull request #108 from thedrow/3.8-support
Browse files Browse the repository at this point in the history
Added Python 3.8 to the build matrix
  • Loading branch information
lopuhin authored Oct 23, 2019
2 parents 6dcc629 + 48044fe commit 32b5d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ matrix:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py27,py34,py35,py36,py37,pypy,pypy3
envlist=py27,py34,py35,py36,py37,py38,pypy,pypy3

[testenv]
deps=
Expand Down

0 comments on commit 32b5d31

Please sign in to comment.