Skip to content

Commit

Permalink
👷 travis: Remove e2e tests for now (see #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 26, 2020
1 parent b953de7 commit ece70c7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ matrix:
after_success:
- bash <(curl -s https://codecov.io/bash)

- language: python
python:
- 3.7
# - language: python
# python:
# - 3.7

services:
- xvfb
# services:
# - xvfb

before_install:
- cd tests/e2e
# before_install:
# - cd tests/e2e

sudo: on
install:
- pip install poetry
- poetry install
# sudo: on
# install:
# - pip install poetry
# - poetry install

before_script:
- export DISPLAY=:99.0
# before_script:
# - export DISPLAY=:99.0

script:
- poetry run behave
# script:
# - poetry run behave

0 comments on commit ece70c7

Please sign in to comment.