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

+3 -1
+3 -1
.travis.yml
··· 5 5 python: 6 6 - "3.5" 7 7 8 + env: 9 + - SPATIALITE_LIBRARY_PATH=mod_spatialite 10 + 8 11 before_install: 9 12 - pip install --quiet coveralls 10 13 - pip install codecov 11 - 12 14 13 15 install: 14 16 - pip install -r requirements/test.txt