forked from cseg-michigan/chez-betty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (26 loc) · 818 Bytes
/
.travis.yml
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
sudo: required
dist: trusty
language: python
python:
- "3.5"
services:
- postgresql
addons:
postgresql: "9.4"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y postgresql-server-dev-9.4 libjpeg-dev python-enchant
install:
- if [ ! -e RELEASE-VERSION ]; then echo "v.Travis" > RELEASE-VERSION; fi
- pip install -e .
- python setup.py develop
- cp development.ini.example development.ini
- python chezbetty/initializedb.py development.ini
# Latest version pre-install on Travis images 2016-05-03
- nvm use 4.1.2 && npm install bower && npm install -g bower-installer && bower-installer
script:
- proutes development.ini
- prequest development.ini /
- prequest development.ini /items
- prequest development.ini /shame
- prequest development.ini /force_terminal