File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import subprocess as sp
66import sys
77
8-
98import diskcache
109
1110if 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
4242class 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' ,
You can’t perform that action at this time.
0 commit comments