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: e64d664e07ee2355ee02831d3b0d0928f51e76b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: python
python:
  - "3.4"
  - "3.5"

before_install:
  - pip install pep8 mypy-lang
  - if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi

script:
  - make test