Permalink
Switch branches/tags
Find file
Fetching contributors…
Cannot retrieve contributors at this time
27 lines (26 sloc) 703 Bytes
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
services:
- "redis"
env:
- "FLASK=0.10.1"
- "FLASK=0.9"
- "FLASK=0.8.1"
install:
- "python -m pip install Flask==$FLASK"
- "python -m pip install jsonschema"
# add mariadb apt-get repository
- "sudo apt-get install software-properties-common"
- "sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/5.5/ubuntu precise main'"
# install mariadb server
- "sudo apt-get update"
- "sudo apt-get install mariadb-server --force-yes"
- "sudo apt-get install mariadb-client --force-yes"
- "sudo apt-get install python-mysqldb"
# - "pip install -r requirements.txt"
# command to run tests
script: nosetests