Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
b0a05976
Commit
b0a05976
authored
Apr 16, 2021
by
Arun Babu Neelicattu
Committed by
Hubert Chathi
May 10, 2021
Browse files
python: remove tox basepython configuration
parent
18ad6cb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/tox.ini
View file @
b0a05976
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist
=
py27,py36,pypy,{py2,py3}-cov,coverage
[testenv]
basepython
=
py27:
python2.7
py36:
python3.6
pypy:
pypy
py2:
python2.7
py3:
python3.6
[testenv]
deps
=
-rrequirements.txt
-rtest-requirements.txt
...
...
@@ -22,14 +16,13 @@ commands =
setenv
=
COVERAGE_FILE
=
.coverage.py2
[testenv:py3-cov]
[testenv:
{py,
py3
}
-cov]
commands
=
py.test
--cov
=
olm --cov-report term-missing --benchmark-disable --cov-branch
setenv
=
COVERAGE_FILE
=
.coverage.py3
[testenv:coverage]
basepython
=
python3.6
commands
=
coverage
erase
coverage
combine
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment