Skip to content

Commit

Permalink
changes to travis yaml for xenial (or something)
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Apr 6, 2019
1 parent 26bb1c2 commit 6504acc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ matrix:
env: MATPLOTLIB_VERSION=3.0.3
- python: 3.4
env: MATPLOTLIB_VERSION=3.0.3
services:
- xvfb
install:
- pip install --upgrade pip
- pip install $(grep 'pytest' requirements.txt)
- pip install coveralls coverage matplotlib==$MATPLOTLIB_VERSION
- pip install -e .
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- pytest --cov=queueing_tool --cov-report term-missing --doctest-modules
after_success:
Expand Down

0 comments on commit 6504acc

Please sign in to comment.