Skip to content

Commit

Permalink
Merge pull request #167 from ltonetwork/travis-python-version
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
jasny authored May 27, 2024
2 parents 01ec8d0 + 5e7887b commit 7dcc739
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: focal
dist: jammy
language: scala

addons:
Expand All @@ -16,15 +16,11 @@ jdk: openjdk11

scala:
- 2.12.9

python:
- "3.10"

before_install:
- unset _JAVA_OPTIONS
- unset SBT_OPTS
- unset JAVA_TOOL_OPTIONS
- pyenv global 3.10

before_script:
- pip install -q -r e2e/requirements.txt
Expand Down

0 comments on commit 7dcc739

Please sign in to comment.