Skip to content

Commit

Permalink
upgrade tox to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Feb 8, 2024
1 parent 8b2687a commit 3b430c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run tox tests
run: |
mkdir -p ~/.ccache && sudo chown -R $(whoami) ~/.ccache
pip install 'tox<4'
pip install tox
tox -c python/ -e py -- -v -p no:warnings -m 'main or lib' --doctest-modules
- name: Get binary path & Current Release
Expand Down
6 changes: 5 additions & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ envlist = py38, coverage


[testenv]
passenv = APPVEYOR* CI SSL_CERT_FILE TEST_MARKER TRAVIS*
passenv = APPVEYOR*
CI
SSL_CERT_FILE
TEST_MARKER
TRAVIS*
setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname}
usedevelop = True
deps = -rrequirements.txt
Expand Down

0 comments on commit 3b430c2

Please sign in to comment.