forked from dedupeio/dedupe-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (25 loc) · 993 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: python
cache: pip
install:
- pip install pycco
before script:
- git checkout -b gh-pages
script:
- pycco csv_example/csv_example.py
- pycco mysql_example/mysql_example.py
- pycco mysql_example/mysql_init_db.py
- pycco patent_example/patent_example.py
- pycco pgsql_example/pgsql_example.py
- pycco record_linkage_example/record_linkage_example.py
- pycco gazetteer_example/gazetteer_example.py
- pycco pgsql_big_dedupe_example/pgsql_big_dedupe_example.py
after_success:
- git config user.name "Travis CI"
- git config user.email "[email protected]"
- git add docs/*
- git commit -m "deploy to github pages"
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" gh-pages:gh-pages > /dev/null 2>&1
env:
global:
- GH_REF=github.com/datamade/dedupe-examples.git
- secure: zIsxZ8rwo/UjtQXGLS1LfCEEC+45j6nRQJg0Uy0pn+iJqkSMA0opOm/gtBpSFiQlkJIDPDIMqUUkzwiTiT0OojLJnfjdboARi62zx8BzFMKcj0XD0e8tJBEqUa2w1BeFWjFYevUoTQzpYF1Lz1jCk18g/WjYu8+GvPJIu5ianSQ=