Default travis config

travis
Raphaël Vinot 2015-10-29 14:26:44 +01:00
parent 2cc1107560
commit 9317f65316
1 changed files with 21 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
services:
- redis-server
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install codecov
- cp config.ini.sample config.ini
script:
- seq 10 | parallel -u -j 10 ./worker.py &
- ./runapp.py