1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 19:04:21 +00:00
scrapy/tox.ini
2012-06-28 12:43:12 -07:00

13 lines
382 B
INI

# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26, py27
[testenv]
commands =
pip install --use-mirrors -r .travis/requirements-latest.txt
trial scrapy scrapyd