Skip to content

Commit

Permalink
test 42 is failing with 3.8+ looking at why
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jul 17, 2019
1 parent 682fe05 commit 92b21e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ matrix:
install:
- sudo apt-get update -qq
- sudo apt-get install -y python-pip python3-pip

script:
- pip install --upgrade pip setuptools wheel || true
- python -m pip install -r requirements.txt || true
- python -m pip install -r qa/requirements.txt || true
- python3 -m pip install -r qa/requirements.txt || true
- pypy -m pip install -r qa/requirements.txt || true

script:
- set pipefail
- export SKIPCLEANUP=exabgp
- ./sbin/exabgp --fi | tee etc/exabgp/exabgp.env
- ./sbin/exabgp --version
- ./sbin/exabgp --fi > etc/exabgp/exabgp.env
- cat etc/exabgp/exabgp.env
- set pipefail
- ./qa/bin/functional listing
- ./qa/bin/functional run
- ./qa/bin/parsing
- ./qa/bin/functional all
- env exabgp_tcp_bind='' ./sbin/exabgp ./etc/exabgp/api-open.conf --decode FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:003C:02:0000001C4001010040020040030465016501800404000000C840050400000064000000002001010101
- env exabgp_log_enable=false nosetests --with-coverage ./qa/tests/*_test.py

Expand Down

0 comments on commit 92b21e4

Please sign in to comment.