Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest committed Jan 1, 2019
1 parent cf9b5e0 commit e0c71c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ matrix:
- python: "2.7"
- python: "3.4"
- python: "3.5"
before_install:
# Tricks to avoid matplotlib error about X11:
# 'no display name and no $DISPLAY environment variable'
# http://docs.travis-ci.com/user/gui-and-headless-browsers/#Starting-a-Web-Server
- "export DISPLAY=:99.0"
# command to install dependencies
install:
# add new stuff to requirements file, not here
- pip install -r requirements.txt
# command to run tests
script:
- xvfb-run make test
- python -m pytest --cov=gastop/

after_script:
Expand Down

0 comments on commit e0c71c2

Please sign in to comment.