Skip to content

Commit

Permalink
Merge 18a0eba into 16a05aa
Browse files Browse the repository at this point in the history
  • Loading branch information
vernans committed Oct 3, 2018
2 parents 16a05aa + 18a0eba commit b9c702c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
branch = True
source = MultiMapping

[report]
precision = 2
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ python:
- "3.5"
- "3.6"
- "pypy"
- "pypy3.3-5.2-alpha1"
- "pypy3"
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install coveralls coverage
- pip install -U setuptools
- pip install zc.buildout
- buildout bootstrap
- buildout
script:
- bin/test -v1
- coverage run bin/test -v1
after_success:
- coveralls
notifications:
email: false
cache:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
4.1 (unreleased)
----------------

- Added support for Python 3.7.

4.0 (2017-05-17)
----------------
Expand Down
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.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py27-pure,py34,py35,py36,pypy,pypy3,coverage
py27,py27-pure,py34,py35,py36,py37,pypy,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit b9c702c

Please sign in to comment.