diff options
| author | Val Neekman <val@neekware.com> | 2016-08-26 11:37:07 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2016-08-26 11:37:07 -0400 |
| commit | a75485a4442d9385321489164720d511d0933185 (patch) | |
| tree | e81b41072261ebb743c7a961c9de685f2b4df062 | |
| parent | 4141c843484c2684f30b25ddaf7ab03facfff321 (diff) | |
| download | python-slugify-a75485a4442d9385321489164720d511d0933185.tar.gz | |
remove invalid pip option
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e76dc05..9896f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ python: install: - pip install pip -U - - pip install -q -r requirements.txt --use-mirrors + - pip install -q -r requirements.txt - pip install -e . - pip install pep8 - pip install coveralls |
