Travis should use the develop flavor for install so that tests can run

This commit is contained in:
Gina Häußge 2015-03-02 13:15:46 +01:00
parent 778a38a668
commit cef4683082

View file

@ -4,6 +4,6 @@ language: python
python: python:
- "2.7" - "2.7"
install: install:
- python setup.py install - pip install -e .[develop]
script: script:
- nosetests tests/ - nosetests tests/