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

17 lines
384 B
YAML
Raw Normal View History

2014-01-23 16:20:51 -08:00
language: python
python:
- "2.7"
# command to install dependencies
install:
- "python setup.py -q install"
2014-02-24 23:43:32 -08:00
- "pip install coveralls"
2014-01-23 16:20:51 -08:00
# command to run tests
#script: nosetests --with-doctest
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
2014-02-24 23:43:32 -08:00
#script: py.test -v --doctest-module ./tests/*.py ./pywb/
script:
run-tests.py
after_success:
coveralls