mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
9 lines
167 B
YAML
9 lines
167 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# command to install dependencies
|
|
install:
|
|
- "python setup.py -q install"
|
|
# command to run tests
|
|
script: nosetests --with-doctest
|