All Downloads are FREE. Search and download functionalities are using the official Maven repository.

python.tox.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
[tox]
{{^asyncio}}
envlist = py27, py3
{{/asyncio}}
{{#asyncio}}
envlist = py3
{{/asyncio}}

[testenv]
deps=-r{toxinidir}/requirements.txt
     -r{toxinidir}/test-requirements.txt

commands=
{{^asyncio}}
   nosetests \
      []
{{/asyncio}}
{{#asyncio}}
   pytest -v --cov petstore_api
{{/asyncio}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy