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: 5bdc87a2c6684a87eb3f221e69e2ab2d36de64f9 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
sudo: false
python:
 - "3.4"
 - "3.6"
install:
 - pip install -r requirements.txt
script:
 - flake8 --count --show-source
 - python -m unittest discover