Skip to content

Commit

Permalink
Merge pull request #1 from alexmojaki/3.9
Browse files Browse the repository at this point in the history
Test 3.9
  • Loading branch information
alexmojaki committed Jun 6, 2020
2 parents cb75ef4 + d804ad7 commit de88277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
python:
- 3.7
- 3.8
- 3.9-dev

env:
global:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
Operating System :: OS Independent

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38}
envlist = py{37,38,39}

[testenv]
commands = pytest
Expand Down

0 comments on commit de88277

Please sign in to comment.