2015-04-10 04:37:13 +00:00
|
|
|
language: python
|
2016-02-29 11:09:15 +00:00
|
|
|
sudo: false
|
|
|
|
cache: pip
|
2015-04-10 04:37:13 +00:00
|
|
|
python:
|
2015-04-11 09:39:48 +00:00
|
|
|
- "2.6"
|
2015-04-10 04:37:13 +00:00
|
|
|
- "2.7"
|
2015-04-10 12:55:53 +00:00
|
|
|
- "3.4"
|
2016-02-29 11:09:15 +00:00
|
|
|
- "3.5"
|
2015-04-10 05:17:47 +00:00
|
|
|
- "pypy"
|
2015-04-10 04:37:13 +00:00
|
|
|
|
|
|
|
install: "pip install -r requirements-test.txt"
|
2015-04-19 07:13:33 +00:00
|
|
|
script: "py.test --doctest-modules boltons tests"
|
2016-05-24 06:05:31 +00:00
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- function_builder
|