From 920faef91ee612fb06522ee9537100585d8334c7 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 7 Oct 2012 00:45:35 +0200 Subject: [PATCH] fix travis install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bab2535..d70908f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ python: # command to install dependencies install: - "pip install -r requirements.txt --use-mirrors" - - "setup.py install" + - "python setup.py install" # command to run tests script: python tests/alltests.py -- 2.39.5