Skip to content

Commit

Permalink
Install libs before running tests on qt
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Jan 15, 2020
1 parent 9cb719e commit 759278f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ branches:
only:
- master

addons:
apt:
packages:
- x11-utils
- libdbus-1-3
- libxkbcommon-x11-0
services: xvfb

matrix:
include:
- python: 3.8
Expand All @@ -18,6 +26,8 @@ matrix:
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.8
env: TOXENV=codecov

install:
- pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ basepython = python3.8
setenv =
PYTHONPATH = {toxinidir}

commands = pytest --cov-append --cov=nodedge tests/
commands = pytest --cov-append --cov=nodedge
deps =
-rrequirements.txt
-rrequirements_tests.txt
Expand Down

0 comments on commit 759278f

Please sign in to comment.