From 0515ec72ad436e525412470088fc9a3874aaa1df Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 7 Oct 2012 01:07:48 +0200 Subject: [PATCH] test travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c8a87c..3fc9c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: # command to install dependencies install: - "pip install -r requirements.txt --use-mirrors" - - "python setup.py install" # command to run tests # script: python tests/alltests.py +script: + - "python setup.py install" -- 2.39.5