boltons/.travis.yml

10 lines
159 B
YAML
Raw Normal View History

language: python
python:
2015-04-11 09:39:48 +00:00
- "2.6"
- "2.7"
- "3.4"
2015-04-10 05:17:47 +00:00
- "pypy"
install: "pip install -r requirements-test.txt"
script: "py.test --doctest-modules boltons"