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:
parent
202f6101e0
commit
2d48f2d733
@ -1,10 +1,12 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
- "pypy"
|
||||
# command to install dependencies
|
||||
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
|
||||
#script: nosetests --with-doctest
|
||||
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user