mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-16 16:00:13 +02:00
11 lines
146 B
YAML
11 lines
146 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
install:
|
|
- pip3 install .
|
|
script:
|
|
- python3 setup.py test
|
|
- python3 archey/archey.py
|