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

18 lines
295 B
YAML
Raw Permalink Normal View History

2014-01-23 16:20:51 -08:00
language: python
2014-08-06 14:01:59 -07:00
2014-01-23 16:20:51 -08:00
python:
2014-03-04 18:12:36 -08:00
- "2.6"
2014-03-04 18:49:36 -08:00
- "2.7"
2014-08-06 14:01:59 -07:00
2014-01-23 16:20:51 -08:00
install:
2014-03-04 19:36:29 -08:00
- "pip install 'argparse>=1.2.1' --allow-all-external"
- pip install pyopenssl
- python setup.py -q install
2014-03-04 19:36:29 -08:00
- pip install coverage pytest-cov coveralls --use-mirrors
2014-08-06 14:01:59 -07:00
2014-02-24 23:43:32 -08:00
script:
python setup.py test
2014-02-24 23:43:32 -08:00
after_success:
coveralls