From 0e374cd5e0ef5a9be67084365f91de2ab84f636c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 28 Jun 2017 21:36:02 +0200 Subject: Make all imports relative (#229) * Make all imports relative * Change the way the application runs in the Makefile * Import the default settings relatively * Fix manage.py imports --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 23f54f4..b918bdb 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skip_missing_interpreters = True commands = python --version - python -m unittest discover -s budget + py.test budget/tests/tests.py deps = -rdev-requirements.txt -rrequirements.txt -- cgit v1.1