diff --git a/tasks.py b/tasks.py index e5b1c36..5e371e4 100644 --- a/tasks.py +++ b/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')