mirror of
https://github.com/Findus23/acronomy.git
synced 2024-09-12 07:33:45 +02:00
add setuptools to tests
This commit is contained in:
parent
8a2b788635
commit
d530ee57fc
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ cache:
|
|||
before_script:
|
||||
- python -V # Print out python version for debugging
|
||||
- cp acronomy/secrets.test.py acronomy/secrets.py
|
||||
- pip install setuptools
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
|
||||
|
|
Loading…
Reference in a new issue