Skip to content

Commit

Permalink
Fix issues with Travis CI building.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastula committed Sep 5, 2019
1 parent af2a798 commit 72f7955
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: python
python:
- 2.7
Expand All @@ -12,10 +13,8 @@ install:
- pip install coveralls
- pip install codecov
- pip install codacy-coverage
before_script: # configure a headless display to test plot generation
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
services:
- xvfb
script:
coverage run --source=dicompylercore setup.py test
after_success:
Expand Down

0 comments on commit 72f7955

Please sign in to comment.