Commit f4d1912b by Will Daly

Move setup.py install to the install Travis section.

parent 1ae7675d
language: python
python:
- "2.7"
before_script:
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "python setup.py install"
- "pip install coveralls"
script:
- "python manage.py test"
- "python setup.py install"
- "python setup.py build_sphinx"
after_success:
coveralls
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment