From f25227371e47cdf2d0195fb5c2b2e09d48cb2522 Mon Sep 17 00:00:00 2001 From: Przemyslaw Gajda Date: Sun, 22 Apr 2012 23:29:26 +0200 Subject: [PATCH] Enabled Travis CI --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 950796a..2997304 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ python: - "2.6" - "2.7" - "3.2" -install: pip install -r requirements.txt --use-mirrors -script: nosetests +script: + - python mox_test.py + - python stubout_test.py