Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

checking travis

+8 -4
+8 -4
.travis.yml
··· 1 1 # Config file for automatic testing at travis-ci.org 2 + sudo: true 3 + 4 + before_install: 5 + - sudo apt-get update -qq 6 + - sudo apt-get install -qq spatialite 7 + - pip install --quiet coveralls 8 + - pip install codecov 9 + 2 10 3 11 language: python 4 12 ··· 7 15 8 16 env: 9 17 - SPATIALITE_LIBRARY_PATH="" 10 - 11 - before_install: 12 - - pip install --quiet coveralls 13 - - pip install codecov 14 18 15 19 install: 16 20 - pip install -r requirements/test.txt