warcprox/.travis.yml
2016-01-26 18:47:08 -08:00

25 lines
333 B
YAML

# http://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false
language: python
python:
- 3.5
- 3.4
- 2.7
- nightly
- pypy
- pypy3
addons:
apt:
packages:
- python-gdbm
- python3-gdbm
before_script:
- pip install . pytest requests
script: py.test -v -s tests