mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-26 13:50:18 +00:00
Install dependencies on CI
This commit is contained in:
parent
87a9e449cb
commit
6aaac9e0e6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ python:
|
||||||
- 3.6
|
- 3.6
|
||||||
cache: pip
|
cache: pip
|
||||||
install:
|
install:
|
||||||
|
- pip install --editable .
|
||||||
- pip install flake8 pytest
|
- pip install flake8 pytest
|
||||||
before_script:
|
before_script:
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
|
|
Loading…
Reference in a new issue