We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522d96a commit 52bae9cCopy full SHA for 52bae9c
.c9build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Build
4
-sudo pip install -r requirements.txt
+pip install -r requirements.txt
5
sudo apt-get install pylint
6
7
# Code Analysis
.travis.yml
@@ -9,7 +9,7 @@ before_script:
9
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
10
- testspace config url samples.testspace.com
11
- pip install -r requirements.txt
12
- - apt-get install pylint
+ - sudo apt-get install pylint
13
14
script:
15
- pylint stock_alerter/ -f parseable > analysis.txt || true
shippable.yml
language: python
python:
- - "2.7.6"
+ - "2.7"
build:
ci:
0 commit comments