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: ceda33e0cc7df7d865005b71e26c897d3a939f93 (plain)
1
2
3
4
5
6
7
8
language: python
sudo: false
python:
 - "3.4"
install: "pip install pycodestyle dirq"
script:
 - ./pep8
 - python -m unittest discover