Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
32 lines (26 sloc) 538 Bytes
language: python
sudo: false
dist: trusty
python: 3.6
cache:
apt: true
pip: true
ccache: true
addons:
apt:
packages:
- libgeos-dev
before_install:
- set -e # fail on any error
# Merge in the GeoJSON files
- git fetch --force origin +json:json
- git checkout json -- orangecontrib/geo/geojson/\*.json
install:
- pip install PyQt5==5.11.*
- pip install Orange3
- pip install pandas
- pip install .
script:
- catchsegv xvfb-run -a -s "-screen 0 1280x1024x24" python setup.py test
after_success:
-
You can’t perform that action at this time.