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

39 lines
597 B
YAML
Raw Normal View History

2014-01-23 16:20:51 -08:00
language: python
2014-08-06 14:01:59 -07:00
2014-01-23 16:20:51 -08:00
python:
2014-03-04 18:49:36 -08:00
- "2.7"
- "3.5"
2017-03-09 11:59:54 -08:00
- "3.6"
2014-08-06 14:01:59 -07:00
os:
- linux
addons:
sauce_connect: true
cache:
directories:
- $HOME/.cache/pip
- node_modules
sudo: false
2014-01-23 16:20:51 -08:00
install:
#- pip install boto certauth youtube-dl
#- pip install git+https://github.com/esnme/ultrajson.git
- python setup.py -q install
- pip install -r extra_requirements.txt
2016-02-23 18:39:27 -08:00
- pip install coverage pytest-cov coveralls
- npm install
2014-08-06 14:01:59 -07:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- python setup.py test
- cd karma-tests && make test
2014-02-24 23:43:32 -08:00
after_success:
coveralls