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 1304896 commit 2a496e6Copy full SHA for 2a496e6
.moban.yml
@@ -16,3 +16,4 @@ targets:
16
- .gitignore: .gitignore.jj2
17
- test.sh: test.sh.jj2
18
- test.bat: test.sh.jj2
19
+ - "tests/requirements.txt": "tests/requirements.txt"
tests/requirements.txt
@@ -1,8 +1,7 @@
1
nose
2
-rednose
3
-nose-cov
4
codecov
5
coverage
+flake8
6
Flask-SQLAlchemy
7
pyexcel-ods3>=0.1.0
8
pyexcel-xls>=0.1.0
0 commit comments