File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ pip install -r requirements-test.txt
99
1010if [[ $USE_OPTIONAL == " true" && $TRAVIS_PYTHON_VERSION != " pypy" ]]; then
1111 if [[ $TRAVIS_PYTHON_VERSION == " 2.6" ]]; then
12- pip install -r requirements-optional-2.6.txt
12+ pip install --allow-external Genshi --allow-insecure Genshi - r requirements-optional-2.6.txt
1313 else
14- pip install -r requirements-optional-cpython.txt
14+ pip install --allow-external Genshi --allow-insecure Genshi - r requirements-optional-cpython.txt
1515 fi
1616fi
Original file line number Diff line number Diff line change 99commands =
1010 {envbindir}/nosetests -q
1111 {toxinidir}/flake8-run.sh
12+ install_command =
13+ pip install --allow-external Genshi --allow-insecure Genshi {opts} {packages}
1214
1315[testenv:pypy]
1416# lxml doesn't work and datrie doesn't make sense
You can’t perform that action at this time.
0 commit comments