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

24 lines
335 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