mirror of https://github.com/conqp/rcon
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
language: python |
||||
|
python: |
||||
|
- "3.8" |
||||
|
- "3.9" |
||||
|
- "3.9-dev" # 3.9 development branch |
||||
|
- "nightly" # nightly build |
||||
|
install: |
||||
|
- pip install -r requirements.txt |
||||
|
script: |
||||
|
- pytest |
Loading…
Reference in new issue