Skip to content
Snippets Groups Projects
Commit 2b553246 authored by David Trattnig's avatar David Trattnig
Browse files

Upgrade to Python 3.7.

parent e80e2746
No related branches found
No related tags found
No related merge requests found
image: python:3.6 image: python:3.7
stages: stages:
- test - test
......
sqlalchemy==1.3.11 sqlalchemy==1.3.13
Flask==0.12.2 Flask==1.1.1
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.4.1
mysqlclient==1.3.12 mysqlclient==1.3.12
redis==2.10.6 redis==3.4.1
mutagen==1.40 mutagen==1.44.0
validators==0.12.1 validators==0.12.1
simplejson==3.17.0
accessify==0.3.1
\ No newline at end of file
#/usr/bin/bash #/usr/bin/bash
mode="engine" mode="engine"
debug"--debug"
#debug="--debug --verbose" #debug="--debug --verbose"
debug=""
if [ -n "$1" ]; then if [ -n "$1" ]; then
if [[ $1 =~ ^(engine|lqs)$ ]]; then if [[ $1 =~ ^(engine|lqs)$ ]]; then
...@@ -12,7 +13,7 @@ fi ...@@ -12,7 +13,7 @@ fi
echo "[ Run mode=$mode ]" echo "[ Run mode=$mode ]"
if [ $mode == "engine" ]; then if [ $mode == "engine" ]; then
/usr/bin/python3.6 aura.py /usr/bin/python3.7 aura.py
fi fi
if [ $mode == "lqs" ]; then if [ $mode == "lqs" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment