File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ os :
2+ - linux
3+
14language : python
25
36python :
47 - 2.7
8+ - pypy
59 - 3.5
610 - 3.6
711 - nightly
8- - pypy
12+ - pypy3
913
1014install :
11- pip install -r requirements.txt
15+ - pip install -r requirements.txt
16+ - pip install flake8
17+ - pip install python-coveralls
18+
19+ script :
20+ - flake8 .
21+ - nosetests
22+ - coverage run --source=. -m unittest discover
1223
13- script : nosetests
24+ after_success :
25+ - coveralls
Original file line number Diff line number Diff line change 11# PyFizzBuzz
22
33[ ![ Build Status] ( https://travis-ci.org/AaronRobson/PyFizzBuzz.svg?branch=master )] ( https://travis-ci.org/AaronRobson/PyFizzBuzz )
4+ [ ![ CircleCI] ( https://circleci.com/gh/AaronRobson/PyFizzBuzz.svg?style=svg )] ( https://circleci.com/gh/AaronRobson/PyFizzBuzz )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/AaronRobson/PyFizzBuzz/badge.svg?branch=master )] ( https://coveralls.io/github/AaronRobson/PyFizzBuzz?branch=master )
46
57https://blog.codinghorror.com/why-cant-programmers-program/
You can’t perform that action at this time.
0 commit comments