mirror of https://github.com/OpenKMIP/PyKMIP.git
Remove old installs and attempt at doc test fix
This commit is contained in:
parent
66e7b331c1
commit
0fd1e1f275
|
@ -14,11 +14,7 @@ jobs:
|
||||||
RUN_INTEGRATION_TESTS: ${{ matrix.test_number}}
|
RUN_INTEGRATION_TESTS: ${{ matrix.test_number}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pip uninstall -y six
|
- run: pip install "tox"
|
||||||
- run: pip install six>=1.11.0
|
|
||||||
- run: pip install "more_itertools<=7.2.0"
|
|
||||||
- run: pip install "tox<=3.14.1"
|
|
||||||
- run: pip install "PyYAML<=5.2"
|
|
||||||
- run: pip install bandit
|
- run: pip install bandit
|
||||||
- run: pip install codecov
|
- run: pip install codecov
|
||||||
- run: pip install slugs
|
- run: pip install slugs
|
||||||
|
|
|
@ -64,7 +64,7 @@ release = u'0.8.dev'
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
language = 'en'
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
|
Loading…
Reference in New Issue