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

add testing of 2.6 and pypy (attempt)

This commit is contained in:
Ilya Kreymer 2014-03-04 18:12:36 -08:00
parent 202f6101e0
commit 2d48f2d733

View File

@ -1,10 +1,12 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "2.6"
- "pypy"
# command to install dependencies # command to install dependencies
install: install:
- python setup.py -q install - python setup.py -q install
- pip install coverage pytest-cov coveralls --use-mirrors - pip install tox coverage pytest-cov coveralls --use-mirrors
# command to run tests # command to run tests
#script: nosetests --with-doctest #script: nosetests --with-doctest
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py #script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py