Skip to content

Commit

Permalink
Upgrade python3.5 to 3.6 to meet compiled version in Rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhermida committed Apr 3, 2019
1 parent abee8a5 commit 59b7d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datamgr/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pylint = "<2.0.0"
pytest = "*"

[requires]
python_version = "3.5"
python_version = "3.6"
6 changes: 3 additions & 3 deletions deploy/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
services:
- name: 'commander'
template: systemd_commander.service
working_directory: '{{ app.dir }}/commander'
working_directory: '{{ app.dir }}commander'
python_version: python2.7
- name: 'datamgr'
template: systemd_datamgr.service
working_directory: '{{ app.dir }}/datamgr'
python_version: python3.5
working_directory: '{{ app.dir }}datamgr'
python_version: python3.6
tasks:
# Create virtual envs
# ###################
Expand Down

0 comments on commit 59b7d23

Please sign in to comment.