tox.ini 130 B

1234567891011
  1. [tox]
  2. envlist = py27,py36
  3. skipsdist = True
  4. [testenv]
  5. deps=pytest
  6. pyfakefs
  7. mock
  8. six
  9. commands=py.test pyu2f/tests/