forked from anitagraser/pgRoutingLayer
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (26 loc) · 588 Bytes
/
.travis.yml
File metadata and controls
35 lines (26 loc) · 588 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ------------------------------------------------------------------------------
# Travis CI scripts
# Copyright(c) pgRouting Contributors
#
# Main configuration
# ------------------------------------------------------------------------------
dist: xenial
language: python
python:
- "3.5"
addons:
apt:
packages:
- pyqt5-dev-tools
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- pip install -r requirements.txt
before_script:
- mkdir build
script:
- pb_tool deploy -y -p build
- mkdocs build