ihatemoney/tox.ini
Alexis Metaireau 0e374cd5e0 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
2017-06-28 21:36:02 +02:00

19 lines
394 B
INI

[tox]
envlist = py35,py34,py27,docs
skip_missing_interpreters = True
[testenv]
commands =
python --version
py.test budget/tests/tests.py
deps =
-rdev-requirements.txt
-rrequirements.txt
install_command = pip install --pre {opts} {packages}
[testenv:docs]
commands = sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html
deps =
-rdocs/requirements.txt