Skip to content

Commit

Permalink
remove behave from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogr committed Sep 27, 2017
1 parent b40c64e commit 3a61381
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ services: docker
python:
- "3.6"

before_install:
# shutdown postgresql service so we can use the port
- sudo service postgresql stop
# wait for postgresql to shutdown
- while sudo lsof -Pi :5432 -sTCP:LISTEN -t; do sleep 1; done

install:
- pip install -r requirements_test.txt
- pip install tox

script:
- tox
- behave --no-capture --no-capture-stderr tests/acceptance/features

0 comments on commit 3a61381

Please sign in to comment.