Skip to content

Commit

Permalink
Attempt #3 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 cb6321a commit 0681ca5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ env:
- SCANCODEIO_DB_USER=postgres

install:
- make dev
- pip install -r etc/requirements/base.txt
- pip uninstall --yes typing
- pip install -r etc/requirements/dev.txt
- make envfile
- make check

before_script:
- createdb --encoding=utf-8 scancodeio

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

0 comments on commit 0681ca5

Please sign in to comment.