From 61a9cd0dfaefff744732e6264ce93c9131f6db5c Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 6 Aug 2014 14:01:59 -0700 Subject: [PATCH] cleanup .travis.yml, remove lxml --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index daa35e75..1214c04c 100644 --- a/.travis.yml +++ b/.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: