https://github.com/Doist/bitmapist
Revision a82cbdc70799ace209466a25eb7c9ffabce187ea authored by Amir Salihefendic on 15 December 2015, 02:59:59 UTC, committed by Amir Salihefendic on 15 December 2015, 02:59:59 UTC
1 parent 2867519
Raw File
Tip revision: a82cbdc70799ace209466a25eb7c9ffabce187ea authored by Amir Salihefendic on 15 December 2015, 02:59:59 UTC
Update README.markdown
Tip revision: a82cbdc
tox.ini
[tox]
envlist = py{27,32,33,34},
          pypy
          pypy3


[testenv]
commands =
  py.test -vv

deps =
    pytest
back to top