Skip to content

Commit

Permalink
update deploy tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
nMustaki committed Jun 16, 2018
1 parent 3c9a638 commit abd30a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name = "debinterface"
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pathlib2==2.1.0
pathtools==0.1.2
pexpect==4.2.1
pickleshare==0.7.4
pkginfo==1.4.1
pkginfo==1.4.2
pluggy==0.4.0
pockets==0.3
port-for==0.3.1
Expand All @@ -57,7 +57,7 @@ tornado==4.4.2
tox==2.6.0
tqdm==4.19.5
traitlets==4.3.1
twine==1.9.1
twine==1.11.0
urllib3==1.22
virtualenv==15.1.0
watchdog==0.8.3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def read(*parts):
'Topic :: System :: Systems Administration',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'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,5 +1,5 @@
[tox]
envlist = py27, py34, py35
envlist = py27, py34, py35, py36

[testenv]
deps =
Expand Down

0 comments on commit abd30a5

Please sign in to comment.