add a requirements file for travis-ci

Change-Id: I83d3e07000cdcc3f0e27ec923c3d55ca234c6363
This commit is contained in:
Doug Hellmann 2012-05-12 18:39:15 -04:00
parent 0a5bc4acc4
commit 4a62756abb
2 changed files with 10 additions and 3 deletions

View File

@ -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

8
test-requirements.txt Normal file
View File

@ -0,0 +1,8 @@
nose
mock
coverage
pep8
cmd2
distribute
PrettyTable
tablib