forked from codeforamerica/cfapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
12 lines (12 loc) · 497 Bytes
/
Copy path.travis.yml
File metadata and controls
12 lines (12 loc) · 497 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
language: python
install: pip install -r requirements.txt --use-mirrors
before_script:
- psql -c 'create database civic_json_worker_test;' -U postgres
- psql -c 'create database peopledbtest;' -U postgres
- psql -c '\i test/peopledbtest.pgsql' -U postgres
script:
- python run_update_test.py
- green test/integration -vvv --run-coverage
notifications:
webhooks: http://project-monitor.codeforamerica.org/projects/72d031cc-8f21-4968-8db6-ff7370f5e98b/status
slack: cfa:IjK8dNdwBJHL0Xc9FqvROliV