]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix .travis.yaml syntax error.
authorBen Darnell <ben@bendarnell.com>
Tue, 13 May 2014 15:02:03 +0000 (11:02 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 13 May 2014 15:02:03 +0000 (11:02 -0400)
Remove deprecated --use-mirrors flag to pip.

.travis.yml

index 15a42a1b91d51689eed234c930c6e4a9d9b2df5f..45cfe625b8e9ee08542d78e969f6bc6a03f8b5fd 100644 (file)
@@ -14,16 +14,16 @@ env:
 
 install:
     # always install unittest2 on py26 even if $DEPS is unset
-    - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
-    - if [[ $DEPS == true]]; then pip install --use-mirrors pycares pycurl twisted; fi
-    - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then pip install --use-mirrors futures mock Monotime==1.0; fi
-    - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $DEPS == true ]]; then pip install --use-mirrors sphinx==1.2; fi
-    - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' && $DEPS == true ]]; then pip install --use-mirrors futures mock; fi
-    - if [[ $TRAVIS_PYTHON_VERSION == '3.2' && $DEPS == true ]]; then pip install --use-mirrors mock; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
+    - if [[ $DEPS == true ]]; then pip install pycares pycurl twisted; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then pip install futures mock Monotime==1.0; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $DEPS == true ]]; then pip install sphinx==1.2; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' && $DEPS == true ]]; then pip install futures mock; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == '3.2' && $DEPS == true ]]; then pip install mock; fi
     # On travis the extension should always be built
     - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then export TORNADO_EXTENSION=1; fi
     - python setup.py install
-    - pip install --use-mirrors coveralls
+    - pip install coveralls
 
 script:
     # Get out of the source directory before running tests to avoid PYTHONPATH