Travis should use the develop flavor for install so that tests can run
This commit is contained in:
parent
778a38a668
commit
cef4683082
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||||
Loading…
Reference in a new issue