kopia lustrzana https://github.com/glidernet/ogn-python
Fix travis build
rodzic
1303464346
commit
9da595aa09
|
@ -20,9 +20,9 @@ before_script:
|
||||||
- psql -U postgres -c 'CREATE EXTENSION postgis;'
|
- psql -U postgres -c 'CREATE EXTENSION postgis;'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage --cover-package=ogn_python
|
- nosetests --with-coverage --cover-package=app
|
||||||
- pip install . --upgrade
|
- pip install . --upgrade
|
||||||
- python -c 'import ogn_python'
|
- python -c 'import app'
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Ładowanie…
Reference in New Issue