File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ # ## Example user template template
2
+ # ## Example user template
3
+
4
+ # IntelliJ project files
5
+ .idea
6
+ * .iml
7
+ .pyc
8
+ out
9
+ gen
10
+ # Created by .ignore support plugin (hsz.mobi)
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ language: python
2
2
python :
3
3
- " 2.7"
4
4
# command to install dependencies
5
- install :
6
- - " pip install -r requirements.txt"
5
+ install :
6
+ - " pip install -r requirements.txt"
7
7
- " pip install codacy-coverage"
8
8
# command to run tests
9
- script :
9
+ script :
10
10
- nosetests
11
- - export CODACY_PROJECT_TOKEN=b087460a24c54622a4fb6c2d2a865d42
11
+ - export CODACY_PROJECT_TOKEN=caeec8bc9ff24493a299f25dc441e2a7
12
12
- nosetests ./ --with-coverage --cover-package=cloud_connector --cover-xml
13
- - python-codacy-coverage -r coverage.xml
13
+ - python-codacy-coverage -r coverage.xml
You can’t perform that action at this time.
0 commit comments