Skip to content

Commit 08c1326

Browse files
committed
#47. Installing pyenv 3.7
1 parent 8b5f992 commit 08c1326

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: .travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ before_install:
1919
script:
2020
- bash ./gradlew test jacocoJupTestReport
2121
- python3.7 --version
22-
#- pyenv versions
23-
#- pyenv global 3.7
24-
- python3.7 pip install -r requirements.txt
25-
- coverage-3.7 run scripts/run_unit_tests.py
22+
- pyenv versions
23+
- pyenv install 3.7
24+
- pyenv versions
25+
- pyenv global 3.7
26+
- pip install -r requirements.txt
27+
- coverage-3 run scripts/run_unit_tests.py
2628
- python3.7 scripts/create_problems_list.py
2729

2830
#https://caveofcode.com/2017/05/publish-an-angular-app-to-github-pages/

0 commit comments

Comments
 (0)