summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:39:15 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:39:15 -0400
commit4a62756abb7db7cfab992aa9edcf6ee18ccd6102 (patch)
treefb88cbd130cb49375884713cf7a14c10df257a48 /.travis.yml
parent0a5bc4acc4e787f3a2b1fdb670dbcf41206e522a (diff)
downloadcliff-tablib-4a62756abb7db7cfab992aa9edcf6ee18ccd6102.tar.gz
add a requirements file for travis-ci
Change-Id: I83d3e07000cdcc3f0e27ec923c3d55ca234c6363
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bd3ae32..eb4857e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: python
python:
- 2.7
- 3.2
-install: pip install nose mock coverage pep8
-script: nosetests -d
-
+install: pip install -r test-requirements.txt
+script: nosetests -d \ No newline at end of file