mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
tests: update indexer CDXJ tests to be order-independent travis: install ujson for testing
25 lines
394 B
YAML
25 lines
394 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
|
|
- pip install git+https://github.com/esnme/ultrajson.git
|
|
- python setup.py -q install
|
|
- pip install coverage pytest-cov coveralls --use-mirrors
|
|
|
|
script:
|
|
python setup.py test
|
|
|
|
after_success:
|
|
coveralls
|