summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2019-10-22 22:48:35 +1100
committerRhys Kidd <rhyskidd@gmail.com>2019-10-23 21:42:20 +1100
commitfad864058c86d13524a9adf3f60e5c893a14e884 (patch)
tree7297a9b0da09da0036324b1d0d70fc3d9d21020e /tox.ini
parent7a92b02210dabbba31ae5fd71272ea742346a9c8 (diff)
tox,cmake,travis: Add support and testing for Python 3.8
Python 3.8 was released in October 2019. In terms of dependencies: - mako 1.0.8 first provided supported for Python 3.8. [0] [0] https://docs.makotemplates.org/en/latest/changelog.html#change-1.0.8 Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 45ff75404..d65984d53 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{27,35,36,37}-{generator,noaccel}, py{27,35,36,37}-accel-{win,nix}, py{27,35,36,37}-streams
+envlist = py{27,35,36,37,38}-{generator,noaccel}, py{27,35,36,37,38}-accel-{win,nix}, py{27,35,36,37,38}-streams
skipsdist = True
[pytest]
@@ -15,12 +15,13 @@ deps =
accel-nix: lxml
accel: simplejson
py{27,35,36}-generator: numpy==1.7.0
- py37-generator: numpy
+ py{37,38}-generator: numpy
mock==1.0.1
- py27-accel-nix,py{35,36,37}-{accel,noaccel}: psutil
+ py27-accel-nix,py{35,36,37,38}-{accel,noaccel}: psutil
py27-accel-nix: backports.lzma
py27-accel-nix: subprocess32
py{35,36,37}: mako==1.0.2
+ py38: mako==1.0.8
pytest==3.2.5
pytest-mock
pytest-pythonpath