-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitpod.yml
20 lines (19 loc) · 1.49 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tasks:
- before: gp env -e PYTHONPATH=/workspace/hpecp-python-library:$PYTHONPATH
- command: /home/gitpod/.pyenv/versions/2.7.17/bin/python2 -m pip install -U pytest mock awscli -r ./requirements.txt --user && exit
- command: /home/gitpod/.pyenv/versions/3.5.9/bin/python3 -m pip install -U pytest tox mock awscli flake8 flake8-docstrings -r ./requirements.txt --user && exit
- command: /home/gitpod/.pyenv/versions/3.6.9/bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings -r ./requirements.txt --user && exit
- command: /home/gitpod/.pyenv/versions/3.7.7/bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings -r ./requirements.txt --user && exit
- command: /bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings isort -r ./requirements.txt --user && ln -s -f $(which black) /bin && ln -s -f $(which isort) /bin && exit
# - command: /home/gitpod/.pyenv/versions/3.9-dev/bin/python3 -m pip install -U pytest tox mock awscli black flake8 -r ./requirements.txt --user && exit
- command: cd docs && make html && cd build/html && python3 -m http.server 9090
- command: echo "Welcome"
name: Static Server
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- [email protected]:tZ/6xOSSdKUaq6JCUVkD+A==
- [email protected]:Uu7lIOwyLgmNWpTwCl/iqQ==
- [email protected]:hsU/Rd39aqPYowTqL+DbXg==
- [email protected]:EBIOShg8dcmi8/snmYWYnw==