diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2012-11-15 11:26:11 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2012-11-15 11:29:00 +0100 |
| commit | f06b38333e35e7b7bcbf497103f6772dc0458ad9 (patch) | |
| tree | 43a1b5a2dad4cd31c5581f3bc461c32594362c39 | |
| parent | ae11875d59b4c7ddb93e5d027adf13aa4bfed670 (diff) | |
| download | python-json-patch-f06b38333e35e7b7bcbf497103f6772dc0458ad9.tar.gz | |
install dependencies in .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
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 |
