Skip to content

Commit

Permalink
Merge pull request #1 from edugonza/development_edu
Browse files Browse the repository at this point in the history
Development edu
  • Loading branch information
Eduardo Gonzalez Lopez de Murillas committed Jun 22, 2018
2 parents 69c5704 + 1d48a32 commit 151deea
Show file tree
Hide file tree
Showing 42 changed files with 1,711 additions and 1,359 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dist/
/data/dump*
/test/mimic.py
/htmlcov/
/data/postgresql/
/data/output/
/data/ds2/postgresql/
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
dist: trusty
sudo: required
addons:
apt:
update: true
services:
- docker
before_install:
- cd data && sh build-image.sh && sh run-image.sh && ./check-health.sh && cd ../
- sudo apt-get install freetds-dev
# - cd data/adw && ./build-image.sh && ./restore-db.sh && cd ../../
- cd data/ds2 && ./build-image.sh && ./run-image.sh && ./check-health.sh && cd ../../

language: python
python:
Expand Down

0 comments on commit 151deea

Please sign in to comment.