requirements.txt

This commit is contained in:
enkore 2014-04-19 11:09:42 +02:00
parent de212068cd
commit c9292dc6c8
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
language: python
python:
- "3.2"
install: "pip install py.test"
install: "pip install -r requirements.txt"
script: py.test

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
py.test>2.5