tox.ini 342 B

123456789101112131415161718
  1. [tox]
  2. envlist = py{27,34,35,36,37}-crypto, py{27,35,36,37}-contrib_crypto, py{27,35,36,37}-nocrypto, flake8
  3. [testenv]
  4. commands =
  5. python setup.py pytest
  6. deps =
  7. crypto: cryptography
  8. contrib_crypto: pycrypto
  9. contrib_crypto: ecdsa
  10. [testenv:flake8]
  11. commands =
  12. flake8
  13. deps =
  14. flake8
  15. flake8-import-order
  16. pep8-naming