Last active
August 29, 2015 13:56
-
-
Save pirhoo/8841472 to your computer and use it in GitHub Desktop.
Build configuration for http://github.com/jplusplus/detective.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./install_local_neo4j.bash $NEO4J_VERSION | |
| ./lib/neo4j/bin/neo4j start || ( cat ./lib/neo4j/data/log/*.log && exit 1 ) | |
| pip install --use-mirrors -r test_requirements.txt | |
| pip install --use-mirrors coveralls | |
| python ./manage.py syncdb --pythonpath=. --noinput | |
| python ./manage.py loaddata app/detective/fixtures/search_terms.json | |
| coverage run --source=app.detective ./manage.py test detective | |
| coveralls |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To work you may also set the following env variables: