CellProfiler/centrosome

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
[testenv]
deps =
  cython
  numpy
  pytest
commands =
  python setup.py test
sitepackages = True

[tox]
envlist =
  py27