Skip to content
Snippets Groups Projects
Unverified Commit f8c9612e authored by Barnabás Czémán's avatar Barnabás Czémán Committed by GitHub
Browse files

Fix environment variables

parent dfc6bace
No related branches found
No related tags found
Loading
......@@ -17,9 +17,6 @@ before_script:
- psql -c 'create database travis_ci_test;' -U postgres
env:
- DATABASE_URL="postgresql://postgres:postgres@postgres:5432/travis_ci_test"
- SECRET_KEY="secret"
- AUTHSCH_KEY="secret"
- AUTHSCH_SECRET="secret"
# command to run tests
script:
- flake8 --max-line-length=125 --exclude=src/kszkepzes,migrations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment