File: tox.ini

package info (click to toggle)
freetype-py 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,976 kB
  • sloc: python: 7,676; makefile: 111
file content (9 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py36

[testenv]
deps=
    pytest
    wheel
commands=pytest {posargs}
changedir=tests