Skip to content

Commit

Permalink
Merge pull request #84 from JarnoRFB/bugfix-tox-travis
Browse files Browse the repository at this point in the history
Pin tox version
  • Loading branch information
JarnoRFB authored Dec 30, 2022
2 parents 40d4708 + 137d758 commit 7c9f229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y ffmpeg; fi
- ffmpeg -hwaccels
install:
- pip install tox-travis codecov
- pip install tox-travis tox==3.28.0 codecov
- pip install -r requirements-dev.txt
script:
- python tests/example_experiment/conduct.py
Expand Down

0 comments on commit 7c9f229

Please sign in to comment.