Skip to content

Commit abd30a5

Browse files
committed
update deploy tooling
1 parent 3c9a638 commit abd30a5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "debinterface"

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pathlib2==2.1.0
3030
pathtools==0.1.2
3131
pexpect==4.2.1
3232
pickleshare==0.7.4
33-
pkginfo==1.4.1
33+
pkginfo==1.4.2
3434
pluggy==0.4.0
3535
pockets==0.3
3636
port-for==0.3.1
@@ -57,7 +57,7 @@ tornado==4.4.2
5757
tox==2.6.0
5858
tqdm==4.19.5
5959
traitlets==4.3.1
60-
twine==1.9.1
60+
twine==1.11.0
6161
urllib3==1.22
6262
virtualenv==15.1.0
6363
watchdog==0.8.3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def read(*parts):
5353
'Topic :: System :: Systems Administration',
5454
'Operating System :: POSIX :: Linux',
5555
'Programming Language :: Python :: 2.7',
56+
'Programming Language :: Python :: 3.5',
5657
'Programming Language :: Python :: Implementation :: CPython',
5758
'Programming Language :: Python :: Implementation :: PyPy'
5859
)

tox.ini

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

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)