]> git.parisson.com Git - timeside.git/commitdiff
fix requirements
authoryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:40:11 +0000 (00:40 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:40:11 +0000 (00:40 +0200)
.travis.yml
requirements.txt [new file with mode: 0644]

index 929656bbaf48dc501723e5f9c71bacd7eee3a34f..892153fc2eada16c4da99bfb21a1031b9dee1fe4 100644 (file)
@@ -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 (file)
index 0000000..49fe098
--- /dev/null
@@ -0,0 +1 @@
+setuptools