1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Update Travis, Remove requirements.txt

Since setup.py is handling requirements now, I think I can remove
requirements.txt.  Also, travis needs to be updated to use py.test
This commit is contained in:
Kevin McCarthy
2013-02-21 23:24:55 -10:00
parent 4c5bdc8870
commit 97cf07c086
2 changed files with 2 additions and 3 deletions

View File

@@ -8,6 +8,6 @@ python:
- 2.7
- pypy
install:
- pip install -r requirements.txt --use-mirrors
- pip install PyYAML pytest --use-mirrors
- if [ $WITH_REQUESTS = "True" ] ; then pip install requests; fi
script: python test.py
script: py.test