Skip to content

Commit

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

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Python version can be specified with `$ PYTHON_EXE=python3.x make conf`
PYTHON_EXE?=python3
MANAGE=bin/python manage.py
ACTIVATE=. bin/activate;
ACTIVATE=
ANSIBLE_PLAYBOOK=cd etc/ansible/ && ansible-playbook --inventory-file=hosts --verbose --ask-become-pass --user=${USER}
BLACK_ARGS=--exclude="migrations|data|docs" .
GET_SECRET_KEY=`${PYTHON_EXE} -c "from django.core.management import utils; print(utils.get_random_secret_key())"`
Expand Down

0 comments on commit 3a4eb40

Please sign in to comment.