forked from dedupeio/dedupe-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
22 lines (22 loc) · 914 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
language: python
cache: pip
install:
- pip install pycco
script:
- git config user.name "Travis CI"
- git config user.email "fgregg@uchicago.edu"
- git checkout -b gh-pages
- 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 pgsql_big_dedupe_example/pgsql_big_dedupe_example.py
- 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=