tox.ini 183 B

12345678910
  1. [tox]
  2. envlist = py35, py36, py37
  3. [testenv]
  4. commands=nosetests {posargs}
  5. deps =
  6. # essential
  7. numpy>=1.7.1,!=1.16.0
  8. quantities>=0.9.0
  9. # for running tests
  10. nose>=1.1.2