Skip to content

Commit

Permalink
Remove old installs and attempt at doc test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-h-loi authored and arp102 committed Aug 29, 2023
1 parent 66e7b33 commit 0fd1e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
RUN_INTEGRATION_TESTS: ${{ matrix.test_number}}
steps:
- uses: actions/checkout@v2
- run: pip uninstall -y six
- 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 "tox"
- run: pip install bandit
- run: pip install codecov
- run: pip install slugs
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# 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
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 0fd1e1f

Please sign in to comment.