From 50caead6b9bca71f52ee1d44baed9a3d922f0feb Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 31 Dec 2012 23:40:22 +0100 Subject: Run tests for Python 3 in py3k directory. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fab6dd4..752d5d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ install: - python setup.py install - cp -r tests/ extras/ script: - - cd extras/ - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then cd py3k/ && py.test -v tests; fi # Change directory to avoid that the local sqlparse module is tested # instead of the installed one. This is relevant for the 2to3 version. - - if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then py.test -v --cov=sqlparse tests; fi \ No newline at end of file + - if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then cd extras/ && py.test -v --cov=sqlparse tests; fi \ No newline at end of file -- cgit v1.2.1