https://github.com/Doist/bitmapist
Revision d32288fc8004ccbafe359cff6b9a30d1d47c12fd authored by proxi on 03 January 2023, 11:56:13 UTC, committed by proxi on 03 January 2023, 11:56:13 UTC
1 parent 2ce5bcd
Raw File
Tip revision: d32288fc8004ccbafe359cff6b9a30d1d47c12fd authored by proxi on 03 January 2023, 11:56:13 UTC
Type magick.
Tip revision: d32288f
tox.ini
[tox]
envlist = py{27,33,34,35},
          pypy

[testenv]
commands =
  py.test []

deps =
    pytest
back to top