Skip to content

Commit

Permalink
Merge pull request #38 from plone/maurits/check-python-versions
Browse files Browse the repository at this point in the history
Test Python 3.8 on Travis.
  • Loading branch information
mauritsvanrees authored Apr 16, 2020
2 parents 9f68d0c + a61ebad commit 5dcfcf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 2.7
- 3.6
- 3.7
- 3.8
before_install:
- pip install -U setuptools pip
- pip install -U coverage coveralls zope.testrunner
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tox]
envlist =
flake8,
py27,
py36,
py37,
coverage,
py38,
flake8,
coverage

skip_missing_interpreters = False

Expand Down

0 comments on commit 5dcfcf7

Please sign in to comment.