Permalink
Browse files

fix travis build

  • Loading branch information...
1 parent 54525e6 commit a2a8651319dec1dc8084948cd0e434687eff53bc @tompollard tompollard committed Oct 12, 2016
Showing with 2,002 additions and 11 deletions.
  1. +8 −7 .travis.yml
  2. +1,994 −4 notebooks/first_labs.ipynb
View
@@ -10,9 +10,9 @@ branches:
# See https://docs.travis-ci.com/user/database-setup/
addons:
postgresql:
- - "9.4"
- - "9.5"
- - "9.6"
+ - "9.4"
+ - "9.5"
+ - "9.6"
services:
- postgresql
@@ -21,19 +21,20 @@ services:
# Set the language
language: python
python:
- - "2.7"
+ - "2.7"
before_script:
+ - sudo apt-get install python-dev
# - psql -c 'create database mimic_test;' -U postgres
# - psql -c 'create schema mimiciii;' -d mimic_test -U postgres
# - psql target-db -U <admin user> -p <port> -h <DB instance name> -c "\copy source-table from 'source-table.csv' with DELIMITER ','"
# - psql -f './buildmimic/postgres/postgres_create_tables.sql' -U postgres
# command to install dependencies
install:
- - pip install psycopg2 --quiet
- - pip install pandas --quiet
- - pip install MySQL-python --quiet
+ - pip install psycopg2 --quiet
+ - pip install pandas --quiet
+ - pip install MySQL-python --quiet
# - pip install .
# - pip install -r requirements.txt
Oops, something went wrong.

0 comments on commit a2a8651

Please sign in to comment.