summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-11-15 11:26:11 +0100
committerStefan Kögl <stefan@skoegl.net>2012-11-15 11:29:00 +0100
commitf06b38333e35e7b7bcbf497103f6772dc0458ad9 (patch)
tree43a1b5a2dad4cd31c5581f3bc461c32594362c39 /.travis.yml
parentae11875d59b4c7ddb93e5d027adf13aa4bfed670 (diff)
downloadpython-json-patch-f06b38333e35e7b7bcbf497103f6772dc0458ad9.tar.gz
install dependencies in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f9d1f9c..42c86c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,7 @@ python:
- "2.6"
- "2.7"
- "3.2"
+# command to install dependencies
+install: pip install -r requirements.txt
# command to run tests
script: nosetests