Skip to content

Commit 981c2b8

Browse files
author
Arjan Schrijver
committed
Release 1.1.6
1 parent e9cbf2f commit 981c2b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5',
10+
version='1.1.6',
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
2+
envlist = py26, py27, py32, py33, py34, py35, py36, py37, pypy, pypy3
33

44
[testenv]
55
deps=nose

0 commit comments

Comments
 (0)