We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ff231 commit a803ed3Copy full SHA for a803ed3
.travis.yml
@@ -17,8 +17,3 @@ install:
17
18
script:
19
- tox
20
- - cd icon_font_to_png/test && coverage run --source monz -m py.test
21
- - cd icon_font_to_png/test && coverage report -m
22
-
23
-after_success:
24
- - coveralls
requirements/dev.txt
@@ -2,7 +2,6 @@
2
3
check-manifest>=0.34
4
coverage>=4.2
5
-coveralls>=1.1
6
flake8>=3.0.4
7
flaky>=3.3.0
8
pypandoc>=1.3.3
0 commit comments