Skip to content

Commit d5a765b

Browse files
authored
Update .travis.yml
1 parent 82f8e38 commit d5a765b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ jobs:
1010
include:
1111
- stage: test
1212
python: 3.7
13-
name: 'lint'
13+
name: 'test'
1414
script:
15-
- pip install . --upgrade
16-
- pip install python-sdk-auth --upgrade
17-
- pip install pylint --upgrade
18-
- pip freeze
19-
- pylint -rn --errors-only Hologram
20-
21-
- script:
2215
- pip install coveralls
2316
- coverage run --source Hologram -m pytest
2417
- coveralls
25-
python: 3.7
26-
name: 'test'
18+
19+
# Linting just doesn't seem to work on travis
20+
# - script:
21+
# - pip install . --upgrade
22+
# - pip install python-sdk-auth --upgrade
23+
# - pip install pylint --upgrade
24+
# - pip freeze
25+
# - pylint -rn --errors-only Hologram
26+
# python: 3.7
27+
# name: 'lint'
2728

2829
notifications:
2930
email: false

0 commit comments

Comments
 (0)