summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-11-06 21:40:22 +0100
committerIlya Etingof <etingof@gmail.com>2019-11-06 21:40:22 +0100
commit878e01613b17f4892e1492a7b694e10a483c9423 (patch)
tree28a03981134620f3c49e4d00a3bb275909905c18
parenta935c7e0bfcb3231af9ba728d774b1fc41cfde66 (diff)
downloadpysnmp-git-878e01613b17f4892e1492a7b694e10a483c9423.tar.gz
Travis CI: Add Python 3.8 (#321)
Travis CI: Add Python 3.8
-rw-r--r--.travis.yml47
-rw-r--r--tox.ini2
2 files changed, 14 insertions, 35 deletions
diff --git a/.travis.yml b/.travis.yml
index 13daad19..65ba8d1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,40 +2,19 @@ language: python
cache: pip
matrix:
include:
- - os: linux
- dist: trusty
- python: '2.6'
- - os: linux
- dist: trusty
- python: '2.7'
- - os: linux
- dist: trusty
- python: '3.2'
- - os: linux
- dist: trusty
- python: '3.3'
- - os: linux
- dist: trusty
- python: '3.4'
- - os: linux
- dist: trusty
- python: '3.5'
- - os: linux
- dist: trusty
- python: '3.6'
- - os: linux
- dist: xenial
- sudo: true
- python: '3.7'
- - os: linux
- dist: trusty
- python: 'nightly'
- - os: linux
- dist: trusty
- python: 'pypy'
- - os: linux
- dist: trusty
- python: 'pypy3'
+ - python: '2.6'
+ dist: trusty
+ - python: '2.7'
+ - python: '3.3'
+ dist: trusty
+ - python: '3.4'
+ - python: '3.5'
+ - python: '3.6'
+ - python: '3.7'
+ - python: '3.8'
+ - python: 'nightly'
+ - python: 'pypy'
+ - python: 'pypy3'
install:
- pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt
- pip install -e .
diff --git a/tox.ini b/tox.ini
index 88539239..34eb82df 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[envlist]
-envlist = py{26,27,33,34,35,36,37}
+envlist = py{26,27,33,34,35,36,37,38}
[testenv]
commands = {toxinidir}/runtests.sh {envpython}