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

python-blueplanet.app.tox.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
[tox]
envlist = py35

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

commands=
   {{^useNose}}pytest --cov={{{pythonSrcRoot}}}{{{packageName}}}{{/useNose}}{{#useNose}}nosetests{{/useNose}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy