Skip to content

Commit

Permalink
Attempt to fix the 3.9 build #54
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Nov 18, 2020
1 parent 782fd32 commit ba93efb
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 @@ -32,4 +32,4 @@ install:
before_script:
- createdb --encoding=utf-8 scancodeio

script: ./manage.py test --settings=scancodeio.settings.ci --verbosity=2 --noinput
script: bin/python manage.py test --settings=scancodeio.settings.ci --verbosity=2 --noinput

0 comments on commit ba93efb

Please sign in to comment.