add .travis.yml and requirements.txt
parent
9460fcd8ea
commit
87c57bc9c4
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install:
|
||||
- "pip install -r requirements.txt --use-mirrors"
|
||||
script: nosetests
|
|
@ -0,0 +1,4 @@
|
|||
lxml==3.2.1
|
||||
mock==1.0.1
|
||||
nose==1.3.0
|
||||
requests==1.2.3
|
Loading…
Reference in New Issue