Pass env variables required for running tests against real s3 via tox.

This commit is contained in:
Konstantin Lopuhin 2016-02-15 16:20:13 +03:00
parent bcb92b50dc
commit 408bc1580b
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ deps =
Pillow != 3.0.0
leveldb
-rtests/requirements.txt
passenv =
FEEDTEST_S3_URI
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
commands =
py.test --cov=scrapy --cov-report= {posargs:scrapy tests}