Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Schrijver committed Oct 22, 2019
1 parent 4945e55 commit 574b22f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,5 @@ def GET(self):
With python version > 2.6, just run the following command: `python -m unittest discover`

Alternatively, you can use `nose`.

If you want to run the tests on all supported Python versions, run `tox`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='zipstream-new',
version='1.1.6',
version='1.1.7',
description='Zipfile generator that takes input files as well as streams',
long_description=long_description,
long_description_content_type="text/markdown",
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 = py26, py27, py32, py33, py34, py35, py36, py37, pypy, pypy3
envlist = py26, py27, py32, py33, py34, py35, py36, py37, py38, pypy, pypy3

[testenv]
deps=nose
Expand Down

0 comments on commit 574b22f

Please sign in to comment.