language: python python: 3.5 install: - pip install -r requirements.txt before_script: - psql -c 'create database travis_ci_test;' -U postgres script: - otree test env: global: - DATABASE_URL=postgres://postgres@localhost/travis_ci_test # do not load /etc/boto.cfg with Python 3 incompatible plugin # https://github.com/travis-ci/travis-ci/issues/5246#issuecomment-166460882 - BOTO_CONFIG=/doesnotexist