pwd in tasks.py to check working dir before running tests

master
Jeremy Epstein 8 years ago
parent c57e4e598d
commit ab5d59cb43
  1. 1
      tasks.py

@ -40,5 +40,6 @@ def test():
"""Run lint commands and tests."""
run('pip install -r {0} --ignore-installed'.format(REQUIREMENTS), echo=True)
os.chdir(COOKIE)
run('pwd', echo=True)
#_run_manage_command('lint')
_run_manage_command('test')

Loading…
Cancel
Save