We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff96d4a commit 8cafec0Copy full SHA for 8cafec0
.travis.yml
@@ -13,6 +13,10 @@ env:
13
- cPIP="python -m pip"
14
# switch off wine fix me messages
15
- WINEDEBUG=fixme-all
16
+ # mypy path
17
+ - MYPYPATH="./lib_platform/3rd_party_stubs"
18
+ # package name
19
+ - PACKAGE_NAME="lib_platform"
20
# the registered CLI Command
21
- CLI_COMMAND=lib_platform
22
# the source file for rst_include (rebuild rst file includes)
0 commit comments