File tree 2 files changed +4
-2
lines changed
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
9
9
10
10
if [[ $USE_OPTIONAL == " true" && $TRAVIS_PYTHON_VERSION != " pypy" ]]; then
11
11
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
13
13
else
14
- pip install -r requirements-optional-cpython.txt
14
+ pip install --allow-external Genshi --allow-insecure Genshi - r requirements-optional-cpython.txt
15
15
fi
16
16
fi
Original file line number Diff line number Diff line change 9
9
commands =
10
10
{envbindir}/nosetests -q
11
11
{toxinidir}/flake8-run.sh
12
+ install_command =
13
+ pip install --allow-external Genshi --allow-insecure Genshi {opts} {packages}
12
14
13
15
[testenv:pypy]
14
16
# lxml doesn't work and datrie doesn't make sense
You can’t perform that action at this time.
0 commit comments