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

+1 -1
+1 -1
.travis.yml
··· 3 3 4 4 before_install: 5 5 - sudo apt-get update -qq 6 - - sudo apt-get install -qq libspatialite7 6 + - sudo apt-get install -qq libsqlite3-0 libspatialite3 7 7 - pip install --quiet coveralls 8 8 - pip install codecov 9 9