Skip to content

Commit 8b5f992

Browse files
committed
#47. Fixed python version.
1 parent 273d62f commit 8b5f992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ branches:
1313
before_install:
1414
- sudo add-apt-repository ppa:deadsnakes/ppa -y
1515
- sudo apt-get update -y
16-
- sudo apt-get install python3.7.2 -y
16+
- sudo apt-get install python3.7 -y
1717
- chmod +x gradlew
1818

1919
script:
2020
- bash ./gradlew test jacocoJupTestReport
21-
- python3.7.2 --version
21+
- python3.7 --version
2222
#- pyenv versions
2323
#- pyenv global 3.7
24-
- python3.7.2 pip install -r requirements.txt
24+
- python3.7 pip install -r requirements.txt
2525
- coverage-3.7 run scripts/run_unit_tests.py
2626
- python3.7 scripts/create_problems_list.py
2727

0 commit comments

Comments
 (0)