remove version numbers from requirements.txt

master
mutantmonkey 2013-07-20 23:27:26 -07:00
parent dcaa1815c4
commit f9374c42c3
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
language: python
python:
- "3.2"
- "3.3"
- 3.2
- 3.3
install:
- "pip install -r requirements.txt --use-mirrors"
- pip install -r requirements.txt --use-mirrors
script: nosetests

View File

@ -1,5 +1,4 @@
lxml==3.2.1
mock==1.0.1
nose==1.3.0
requests==1.2.3
urllib3==1.6
lxml
mock
nose
requests