diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6d6b5744..df06b8a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ notifications: - "us.freenode.net#sosreport" on_success: change install: - - "pip install six nose nose-cov pep8 --use-mirrors" + - "pip install six nose nose-cov pep8" - "python setup.py install" script: - "pep8 sos" |