releases/.travis.yml
Jeff Forcier 07a690ef6e Welp
2016-04-27 22:50:35 -07:00

18 lines
396 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
#- "pypy3" # Looks like Sphinx (as of 1.4.1) is not pypy3 compat
install:
- pip install -r dev-requirements.txt
script:
# Primary test suite
- inv test
# Integration-level test suite (hard to reliably test full stack in-code :()
- inv test -o --tests=integration
# Docs sanity check
- inv docs