2015-07-11 05:00:13 +00:00
|
|
|
sudo: false
|
2014-11-09 23:28:46 +00:00
|
|
|
language: python
|
2015-12-11 02:16:49 +00:00
|
|
|
cache: pip
|
2014-11-09 23:28:46 +00:00
|
|
|
python:
|
2015-12-11 02:16:49 +00:00
|
|
|
- 3.4
|
|
|
|
- 3.5
|
2015-09-17 15:54:56 +00:00
|
|
|
install:
|
|
|
|
- script/bootstrap_server
|
2014-11-09 23:28:46 +00:00
|
|
|
script:
|
2015-09-17 07:35:26 +00:00
|
|
|
- script/cibuild
|