Skip to content

Commit b79d9f7

Browse files
committed
upgraded to python 3.6
1 parent c67b032 commit b79d9f7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.env
22
env
33
venv
4-
temp
5-
tmp
64
__pycache__
75

86
*.pyc

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def cov():
5151
print('Coverage Summary:')
5252
COV.report()
5353
basedir = os.path.abspath(os.path.dirname(__file__))
54-
covdir = os.path.join(basedir, 'tmp/coverage')
54+
covdir = os.path.join(basedir, 'coverage')
5555
COV.html_report(directory=covdir)
5656
print('HTML version: file://%s/index.html' % covdir)
5757
COV.erase()

0 commit comments

Comments
 (0)