From 6a1eeb6da93c054d79d302d5f4bfb9f8ecaf991e Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 31 Dec 2012 23:43:53 +0100 Subject: Convert the right test suite with 2to3. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 752d5d6..20973e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.2" install: - pip install pytest pytest-cov - - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then mkdir -p py3k/ && cp -r tests/ py3k/ && 2to3 -w --no-diffs -n tests; fi + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then mkdir -p py3k/ && cp -r tests/ py3k/ && 2to3 -w --no-diffs -n py3k/tests; fi - python setup.py install - cp -r tests/ extras/ script: -- cgit v1.2.1