1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.travis.yml
2014-08-06 14:01:59 -07:00

17 lines
269 B
YAML

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