Skip to content

Commit

Permalink
Try fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Aug 9, 2023
1 parent 4d9721f commit 457c07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ matrix:
env: TOXENV=py38
- python: "3.7" # EOL 2023-06-27
env: TOXENV=py37
# before_install:
# # Fix error: can't find Rust compiler
# - pip install -U pip
# # Fix "AttributeError: 'str' object has no attribute 'name'" on Py37
# - pip install -U importlib_metadata
# - python: "3.6" # EOL 2021-12-21
# env: TOXENV=py36
# - python: "3.5" # EOL 2020-09-13
Expand All @@ -40,7 +35,7 @@ services:
- redis-server

install:
- travis_retry pip install -U pip setuptools
- travis_retry pip install -U pip setuptools # for Py37
- travis_retry pip install -U tox coveralls coverage

script:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defusedxml~=0.5
Jinja2~=2.10
Jinja2~=3.0.3
json5~=0.8.5
python-pam~=2.0
PyYAML~=6.0

0 comments on commit 457c07f

Please sign in to comment.