Skip to content

Commit 574b22f

Browse files
author
Arjan Schrijver
committed
Release 1.1.7
1 parent 4945e55 commit 574b22f

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,5 @@ def GET(self):
167167
With python version > 2.6, just run the following command: `python -m unittest discover`
168168

169169
Alternatively, you can use `nose`.
170+
171+
If you want to run the tests on all supported Python versions, run `tox`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='zipstream-new',
10-
version='1.1.6',
10+
version='1.1.7',
1111
description='Zipfile generator that takes input files as well as streams',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py32, py33, py34, py35, py36, py37, pypy, pypy3
2+
envlist = py26, py27, py32, py33, py34, py35, py36, py37, py38, pypy, pypy3
33

44
[testenv]
55
deps=nose

0 commit comments

Comments
 (0)