File: tox.ini

package info (click to toggle)
dictdiffer 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,519; makefile: 153; sh: 6
file content (19 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is part of Dictdiffer.
#
# Copyright (C) 2014 CERN.
# Copyright (C) 2017 ETH Zurich, Swiss Data Science Center, Jiri Kuncar.
#
# Dictdiffer is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more
# details.

[tox]
envlist = py35, py36, py37, py38, py39

[testenv]
extras = numpy, tests
commands =
    {envpython} -m check_manifest --ignore ".*-requirements.txt"
    {envpython} -m sphinx.cmd.build -qnNW docs docs/_build/html
    {envpython} setup.py test
    {envpython} -m sphinx.cmd.build -qnNW -b doctest docs docs/_build/doctest