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

.travis.yml - cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c3b6f09ce67e187d2d4873a26a3e49aedea6824 (plain)
1
2
3
4
5
6
7
8
9
language: python
sudo: false
python:
 - "3.4"
 - "3.6"
install: "pip install pycodestyle flake8 dirq"
script:
 - flake8 --count --show-source
 - python -m unittest discover