Diff of /tox.ini [000000] .. [7823dd]

Switch to unified view

a b/tox.ini
1
# Tox (https://tox.readthedocs.io/) is a tool for running tests
2
# in multiple virtualenvs. This configuration file will run the
3
# test suite on all supported python versions. To use it, "pip install tox"
4
# and then run "tox" from this directory.
5
#
6
# See also https://tox.readthedocs.io/en/latest/config.html for more
7
# configuration options.
8
9
[tox]
10
# Choose your Python versions. They have to be available
11
# on the system the tests are run on.
12
envlist = py35, py36, py37, py38
13
14
[testenv]
15
deps = 
16
    coverage
17
    pytest
18
    ordered-set
19
commands =
20
  coverage run --source pathaia -m pytest tests --verbose
21
  coverage xml