File: tox.ini

package info (click to toggle)
python-mercantile 1.2.1-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: python: 1,504; makefile: 211; sh: 4
file content (11 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = 
    py27,py36,py37,py38,py39

[testenv]
deps =
    hypothesis
    pytest-cov
    responses
commands = 
    python -m pytest --cov mercantile --cov-report term-missing