File: tox.ini

package info (click to toggle)
python-datrie 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 3,794; python: 756; sh: 13; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27,py34,py35,py36,py37,py38

[testenv]
deps =
    hypothesis
    pytest
    cython
commands=
    py.test []