Skip to content

Commit dabfc98

Browse files
committed
Change run: prefix in setup.py
1 parent a30edca commit dabfc98

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
import subprocess as sp
66
import sys
77

8-
98
import diskcache
109

1110
if sys.argv[-1] == 'release':
1211
def run(command):
13-
print('run:', command)
12+
print('***$', command)
1413
sp.check_call(command.split())
1514

1615
version = b'v%s' % diskcache.__version__
@@ -37,6 +36,7 @@ def run(command):
3736
# Update docs
3837
# cd docs && make html
3938
# Upload docs/_build/html to gj server
39+
4040
sys.exit()
4141

4242
class Tox(TestCommand):
@@ -79,7 +79,6 @@ def run_tests(self):
7979
'Programming Language :: Python :: 2.6',
8080
'Programming Language :: Python :: 2.7',
8181
'Programming Language :: Python :: 3',
82-
'Programming Language :: Python :: 3.2',
8382
'Programming Language :: Python :: 3.3',
8483
'Programming Language :: Python :: 3.4',
8584
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)