From 4f5e7f31f0988608879b0275052b93f168d04028 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 30 Jan 2013 20:14:18 +0100 Subject: [PATCH] travis.yml: Fix command for Python 3 tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd5bb4263..35c072d5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ install: script: - echo $TRAVIS_PYTHON_VERSION - python setup.py install - - supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader --exclude=plugins/ShrinkUrl + - cd py3k/; supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader --exclude=plugins/ShrinkUrl