Skip to content

Commit

Permalink
Attempt #2 to make the travis script 3.x compatible #54
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Nov 18, 2020
1 parent 951686f commit cb6321a
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: bin/python manage.py test --settings=scancodeio.settings.ci --verbosity=2 --noinput
script: . bin/activate; ./manage.py test --settings=scancodeio.settings.ci --verbosity=2 --noinput

0 comments on commit cb6321a

Please sign in to comment.