Skip to content

Commit

Permalink
add python3.8
Browse files Browse the repository at this point in the history
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
  • Loading branch information
t0b3 authored and martinblech committed Apr 26, 2020
1 parent d6a8377 commit ae19c45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"

matrix:
script: nosetests -vv --with-coverage --cover-package=xmltodict

jobs:
include:
- python: "3.7"
dist: xenial
sudo: required
- python: "3.8"
dist: bionic
- name: "Jython"
python: "pypy"
env: JYTHON_VERSION="2.7.0"
Expand All @@ -22,5 +24,3 @@ matrix:
- export PATH="$HOME/jython:$PATH"
- $HOME/jython/bin/easy_install nose
script: $HOME/jython/bin/nosetests

script: nosetests --with-coverage --cover-package=xmltodict
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: Jython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Text Processing :: Markup :: XML',
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 = py27, py34, py35, py36, py37, pypy
envlist = py27, py34, py35, py36, py37, py38, pypy
[testenv]
deps =
coverage
Expand Down

0 comments on commit ae19c45

Please sign in to comment.