mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-22 11:53:07 +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
|
||||
cache: pip
|
||||
install:
|
||||
- pip install --editable .
|
||||
- pip install flake8 pytest
|
||||
before_script:
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
|
Loading…
Reference in a new issue