summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-12-31 23:40:22 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2012-12-31 23:40:22 +0100
commit50caead6b9bca71f52ee1d44baed9a3d922f0feb (patch)
tree26c4c47cddd3f7c868ca2b59529e7b5225f7f83f
parentc411368900ee91b380f4021f689ebbf29a9e476b (diff)
downloadsqlparse-50caead6b9bca71f52ee1d44baed9a3d922f0feb.tar.gz
Run tests for Python 3 in py3k directory.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 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