Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecb8b87d10cb583307c851c32124637d435c4586 (plain)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: python
python:
  - "3.5"
  - "3.6"

before_install:
  - pip install pycodestyle mypy

script:
  - make test