1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00
pywb/.travis.yml
2015-04-17 11:02:57 -07:00

24 lines
334 B
YAML

language: python
python:
- "2.6"
- "2.7"
os:
- linux
- osx
sudo: false
install:
- "pip install 'argparse>=1.2.1' --allow-all-external"
- pip install boto certauth
- python setup.py -q install
- pip install coverage pytest-cov coveralls --use-mirrors
script:
python setup.py test
after_success:
coveralls