From 2d48f2d7338bb450ebedc20ed68b84bddc9041fc Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 4 Mar 2014 18:12:36 -0800 Subject: [PATCH] add testing of 2.6 and pypy (attempt) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 354f2c61..de435de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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