This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pyoidc-ozwillo/tox.ini

24 lines
467 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 = py27
#, py34
[testenv]
commands = python setup.py test
deps =
pytest
requests
pycrypto
mako
pyjwkest
beaker
alabaster
importlib
argparse
pyOpenSSL
cherrypy==3.2.4