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.

coverage

+1 -1
+1 -1
.travis.yml
··· 23 23 - cd upvcarshare 24 24 25 25 script: 26 - - coverage run manage.py test --settings config.settings.test 26 + - coverage run --source='.' manage.py test --settings config.settings.test 27 27 28 28 after_success: 29 29 - coveralls