Skip to content

Commit

Permalink
Merge 2eb4ed7 into cfa4c5f
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Nov 27, 2018
2 parents cfa4c5f + 2eb4ed7 commit 23c06ee
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 236 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

os: linux
language: python
virtualenv:
system_site_packages: true

addons:
apt:
packages:
- xvfb
- python-gi
- python-gi-cairo
- python3-gi
Expand All @@ -20,15 +22,15 @@ matrix:
- name: "2.7 Unit Test"
python: "2.7"
env: TEST_COMMAND=test
- name: "3.6 Unit Tests"
python: "3.6"
- name: "3.4 Unit Tests"
python: "3.4"
env: TEST_COMMAND=test
- name: "3.6 Code Quality"
python: "3.6"
- name: "3.4 Code Quality"
python: "3.4"
env: TEST_COMMAND=flake8

script:
- coverage run setup.py $TEST_COMMAND
- xvfb-run coverage run setup.py $TEST_COMMAND

after_success:
- test $TEST_COMMAND = "test" && coveralls
Loading

0 comments on commit 23c06ee

Please sign in to comment.