~homeworkprod/byceps

ca7ee72147e43056d9040f072695543e5350d988 — Jochen Kupperschmidt 3 years ago fd34865
Install only test but not other development dependencies for CI test runs
1 files changed, 1 insertions(+), 1 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +1 -1
@@ 10,7 10,7 @@ services:
  - redis-server
install:
  - "pip install --upgrade pip"
  - "pip install -r requirements.txt -r requirements-development.txt"
  - "pip install -r requirements.txt -r requirements-test.txt"
before_script:
  - psql -U postgres -c "CREATE DATABASE byceps_test;"
  - psql -U postgres -c "CREATE ROLE byceps_test WITH LOGIN PASSWORD 'test';"