Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Garefalakis committed Oct 16, 2020
1 parent 3838c46 commit d5e337c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,12 @@ python_files=*.py
python_functions=test_
norecursedirs=.tox .git .eggs

[testenv:py36]
basepython=python3.6
commands=
py.test tests --doctest-module

[testenv:py36verbose]
basepython=python3.6
commands=
py.test tests --doctest-module --cov=. --cov-report term

[testenv:py3]
[testenv:pyDev]
basepython=python3.9
commands=
py.test tests --doctest-modules

[testenv:py3verbose]
[testenv:pyDevVerbose]
basepython=python3.9
commands=
py.test tests --doctest-modules --cov=. --cov-report term

0 comments on commit d5e337c

Please sign in to comment.