Skip to content

Commit

Permalink
Integrate UI testing to Travis fixes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Oct 30, 2017
1 parent 767c73f commit 92dd368
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ sudo: required

language: generic

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

before_install:
# Required by Buildozer Android
# https://buildozer.readthedocs.io/en/latest/installation.html#android-on-ubuntu-12-04-64bit
Expand Down
1 change: 1 addition & 0 deletions travis/script_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ garden install xcamera
isort --check-only --recursive src/
flake8 src/
coverage run --source=src/ -m unittest discover --start-directory=src/
python -m kivyunittest --folder src/tests/ui/ --pythonpath src/

0 comments on commit 92dd368

Please sign in to comment.