Skip to content

Commit de3aa32

Browse files
committed
Fix on CI
1 parent 16f7c28 commit de3aa32

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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)

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ language: python
22
python:
33
- "2.7"
44
# command to install dependencies
5-
install:
6-
- "pip install -r requirements.txt"
5+
install:
6+
- "pip install -r requirements.txt"
77
- "pip install codacy-coverage"
88
# command to run tests
9-
script:
9+
script:
1010
- nosetests
11-
- export CODACY_PROJECT_TOKEN=b087460a24c54622a4fb6c2d2a865d42
11+
- export CODACY_PROJECT_TOKEN=caeec8bc9ff24493a299f25dc441e2a7
1212
- nosetests ./ --with-coverage --cover-package=cloud_connector --cover-xml
13-
- python-codacy-coverage -r coverage.xml
13+
- python-codacy-coverage -r coverage.xml

0 commit comments

Comments
 (0)