Skip to content

Commit

Permalink
Merge 2dcbb12 into 490be68
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Apr 27, 2019
2 parents 490be68 + 2dcbb12 commit 8729560
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -1,17 +1,14 @@
language: python
sudo: false
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8-dev
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install zope.testrunner
- pip install coveralls coverage
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
4.2 (unreleased)
----------------

- Nothing changed yet.
- Add support for Python 3.8.


4.1 (2018-10-05)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -49,6 +49,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 :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py34,py35,py36,py37,pypy,pypy3,coverage-report
py27,py34,py35,py36,py37,py38,pypy,pypy3,coverage-report

[testenv]
usedevelop = True
Expand Down

0 comments on commit 8729560

Please sign in to comment.