File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
- 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
5
5
- 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
6
6
- 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
7
- - command : /bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings -r ./requirements.txt --user && exit
7
+ - 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
8
8
9
9
# - 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
10
10
- command : cd docs && make html && cd build/html && python3 -m http.server 9090
You can’t perform that action at this time.
0 commit comments