Skip to content

Commit

Permalink
#47. Installing pyenv 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Jan 21, 2019
1 parent 8b5f992 commit 08c1326
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ before_install:
script:
- bash ./gradlew test jacocoJupTestReport
- python3.7 --version
#- pyenv versions
#- pyenv global 3.7
- python3.7 pip install -r requirements.txt
- coverage-3.7 run scripts/run_unit_tests.py
- pyenv versions
- pyenv install 3.7
- pyenv versions
- pyenv global 3.7
- pip install -r requirements.txt
- coverage-3 run scripts/run_unit_tests.py
- python3.7 scripts/create_problems_list.py

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

0 comments on commit 08c1326

Please sign in to comment.