Skip to content

Commit a365120

Browse files
authored
Merge pull request #13 from Podnapisi-NET/break-up
Break up
2 parents 4802bf4 + ec01acf commit a365120

18 files changed

Lines changed: 1631 additions & 984 deletions

File tree

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[run]
2+
branch = True
3+
source = flask_phpbb3
4+

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ install:
1515
fi
1616
script:
1717
- if [[ $TRAVIS_PYTHON_VERSION = 2.7 ]]; then flake8; fi
18-
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then mypy flask_phpbb3.py; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then mypy flask_phpbb3; fi
1919
- if [[ $TRAVIS_PYTHON_VERSION = 2.7 ]]; then python setup.py test; fi

0 commit comments

Comments
 (0)