Skip to content

Commit

Permalink
chore: install scandir on python 2
Browse files Browse the repository at this point in the history
Install scandir on python2 to allow CI to continue until I get further
along in removing python2 code. Otherwise the coverage numbers drop
when python2 only code is not used.
  • Loading branch information
rouilj committed Jul 16, 2024
1 parent b4629eb commit c664ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mysqlclient; fi
# https://issues.roundup-tracker.org/issue2551267
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then pip install gpg; fi
- pip install psycopg2
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install scandir; fi
- pip install redis
- pip install pytz whoosh pyjwt requests
- pip install jinja2
Expand Down

0 comments on commit c664ca5

Please sign in to comment.