From bc51cf3d658cfe00ce5b154f51d750283bea6a6e Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 13 Aug 2013 16:29:16 +0200 Subject: Use bin/test for Travis tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ced5c95..0253859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: - "2.6" - "2.5" install: pip install -r requirements.txt -script: nosetests +script: bin/test -- cgit