https://github.com/Doist/bitmapist
Raw File
Tip revision: 871c4036a0d939c29bfaadb85fd7320075471a09 authored by Amir Salihefendic on 18 July 2022, 10:27:57 UTC
Fix labels for the number of results change (#40)
Tip revision: 871c403
tox.ini
[tox]
envlist = py{27,33,34,35},
          pypy

[testenv]
commands =
  py.test []

deps =
    pytest
back to top