summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-12-31 23:43:53 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2012-12-31 23:43:53 +0100
commit6a1eeb6da93c054d79d302d5f4bfb9f8ecaf991e (patch)
treed06e0458a9b3fa29adf0b58a165c93f46c6414a6
parent50caead6b9bca71f52ee1d44baed9a3d922f0feb (diff)
downloadsqlparse-6a1eeb6da93c054d79d302d5f4bfb9f8ecaf991e.tar.gz
Convert the right test suite with 2to3.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: