diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2015-09-29 14:03:39 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2015-09-29 14:03:39 -0400 |
commit | 8bc97ca1275b3ae022800fcd15ec673e837b6963 (patch) | |
tree | 1acb68636ece84f699e0ca0f4e961a673318f432 /.travis.yml | |
parent | 113d81087c7ad3a8d944ed1534997b5596d67303 (diff) | |
download | sos-8bc97ca1275b3ae022800fcd15ec673e837b6963.tar.gz |
[travis-ci] Remove deprecated --use-mirrors
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to '.travis.yml')
-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" |