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