Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52bae9c

Browse files
committed
setting updates
1 parent 522d96a commit 52bae9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.c9build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Build
4-
sudo pip install -r requirements.txt
4+
pip install -r requirements.txt
55
sudo apt-get install pylint
66

77
# Code Analysis

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
1010
- testspace config url samples.testspace.com
1111
- pip install -r requirements.txt
12-
- apt-get install pylint
12+
- sudo apt-get install pylint
1313

1414
script:
1515
- pylint stock_alerter/ -f parseable > analysis.txt || true

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22

33
python:
4-
- "2.7.6"
4+
- "2.7"
55

66
build:
77
ci:

0 commit comments

Comments
 (0)