summaryrefslogtreecommitdiff
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
parent0a5bc4acc4e787f3a2b1fdb670dbcf41206e522a (diff)
downloadcliff-tablib-4a62756abb7db7cfab992aa9edcf6ee18ccd6102.tar.gz
add a requirements file for travis-ci
Change-Id: I83d3e07000cdcc3f0e27ec923c3d55ca234c6363
-rw-r--r--.travis.yml5
-rw-r--r--test-requirements.txt8
2 files changed, 10 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
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..9a04558
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,8 @@
+nose
+mock
+coverage
+pep8
+cmd2
+distribute
+PrettyTable
+tablib