mirror of
https://github.com/vale981/clay
synced 2025-03-04 17:11:41 -05:00
16 lines
250 B
YAML
16 lines
250 B
YAML
![]() |
language: python
|
||
|
matrix:
|
||
|
include:
|
||
|
- python: 2.7
|
||
|
env: TOXENV=py27
|
||
|
- python: 3.6
|
||
|
env: TOXENV=py36
|
||
|
before_install:
|
||
|
- "sudo apt-get update"
|
||
|
- "sudo apt-get install python-gi python3-gi"
|
||
|
install:
|
||
|
- "pip install tox"
|
||
|
script:
|
||
|
- "tox"
|
||
|
|