aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a6d5afa1aa31bf2bb3c3fe18833c4c050e477f18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: python
python:
  - "3.7"
  - "3.8"

os:
  - linux

dist:
  - focal

install:
  - mkdir void
  - mkdir void/Github
  - cp -R * void/Github/ || true
  - git clone https://github.com/ProgVal/Limnoria.git limnoria
  - pip install coverage
  - cd limnoria
  - python setup.py install
  - cd ../void/Github

script:
  - python ../../limnoria/scripts/supybot-test --plugins-dir=.. Github

after_success:
  - coverage run --branch --source plugin.py,local --omit '*init*' ../../limnoria/scripts/supybot-test --plugins-dir=.. Github
  - coverage report -m

notifications:
  webhooks:
#    - http://helit.org:8093/++alezakos

© 2014-2024 Faster IT GmbH | imprint | privacy policy