Commit f963720a authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Update DATABASE_URL

parent 56b3d8df
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
test:
  script:
  - export DATABASE_URL=postgres://postgres:@postgres:5432/python-test-app
  - apt-get update -qy
  - apt-get install -y python-dev python-pip
  - pip install -r requirements.txt