Skip to content

Commit

Permalink
Test on Pyhon 3.7 and 3.8 as well (next to 2.7, 3.5, 3.6).
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Apr 17, 2020
1 parent a5b3ee2 commit d39e0cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
install:
- pip install zc.buildout
- buildout
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ New features:

Bug fixes:

- *add item here*
- Test on Pyhon 3.7 and 3.8 as well (next to 2.7, 3.5, 3.6). [maurits]


0.9.0 (2019-09-15)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def read(*rnames):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='relation field',
author='Martijn Faassen',
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[tox]
envlist =
py27,
py35,
py36,
py37
py37,
py38

[testenv]
commands =
Expand Down

0 comments on commit d39e0cc

Please sign in to comment.