mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
cleanup .travis.yml, remove lxml
This commit is contained in:
parent
394197411b
commit
61a9cd0dfa
11
.travis.yml
11
.travis.yml
@ -1,20 +1,15 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
# - "pypy"
|
||||
# command to install dependencies
|
||||
|
||||
install:
|
||||
- "pip install 'argparse>=1.2.1' --allow-all-external"
|
||||
- pip install lxml
|
||||
- python setup.py -q install
|
||||
- pip install 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
|
||||
#script: py.test -v --doctest-module ./tests/*.py ./pywb/
|
||||
|
||||
script:
|
||||
#py.test --cov-config .coveragerc --cov pywb -v --doctest-module ./pywb/ tests/
|
||||
python setup.py test
|
||||
|
||||
after_success:
|
||||
|
Loading…
x
Reference in New Issue
Block a user