Skip to content

Commit

Permalink
removed useless xvfb setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jrialland committed Aug 22, 2019
1 parent 83958b7 commit fb096ee
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,15 +1,14 @@
language: python

python:
- 3.6
- nightly
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors

install:
- pip install .
- pip install nose coverage
- pip install coveralls

# # command to run tests, e.g. python setup.py test
script:
- python setup.py nosetests --with-coverage --cover-package astar
Expand Down

0 comments on commit fb096ee

Please sign in to comment.