Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-11-30 02:45:52 +0300
committerChris Rebert <github@chrisrebert.com>2015-11-30 02:45:52 +0300
commitf1830dbe3cfd7fd962a44cee8e9cc1216ad25664 (patch)
treea8bbd270ed96d6cccba5b0911d4ea54af4c179af
parent1649eb95e05d4b184286998e229a619405bdaaf4 (diff)
rm --user flag of pip because virtualenv
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d129ef..d35affb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: python
python:
- "3.5"
install:
- - pip install --user pep8 pylint
+ - pip install pep8 pylint
script:
- pep8 *.py
- pylint --rcfile=pylint.rc *.py