Skip to content
Snippets Groups Projects
Commit 67d5c12d authored by Jeremy Epstein's avatar Jeremy Epstein
Browse files

make travis happy

parent 1f9ef5ba
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ with open(os.path.join(HERE, 'cookiecutter.json'), 'r') as fp:
COOKIECUTTER_SETTINGS = json.load(fp)
# Match default value of app_name from cookiecutter.json
COOKIE = os.path.join(HERE, COOKIECUTTER_SETTINGS['app_name'])
APPDIR = os.path.join(COOKIE, COOKIECUTTER_SETTINGS['app_name'])
AUTOAPP = os.path.join(APPDIR, 'autoapp.py')
AUTOAPP = os.path.join(COOKIE, 'autoapp.py')
REQUIREMENTS = os.path.join(COOKIE, 'requirements', 'dev.txt')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment