From: yomguy Date: Sat, 6 Oct 2012 22:40:11 +0000 (+0200) Subject: fix requirements X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b621ff9c010707108c19bd9a7f9e4a2d57689c37;p=timeside-diadems.git fix requirements --- diff --git a/.travis.yml b/.travis.yml index 929656b..892153f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ python: - "2.6" - "2.7" - "3.2" +# command to install dependencies +install: "pip install -r requirements.txt --use-mirrors" # command to run tests -script: tests/alltests.py +script: python tests/alltests.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..49fe098 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +setuptools