From: yomguy Date: Sat, 6 Oct 2012 22:40:11 +0000 (+0200) Subject: fix requirements X-Git-Tag: 0.4.2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=546981fe16cbbbbe99792051864f196af09f2fd6;p=timeside.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