Skip to content

Commit 644e9e4

Browse files
authored
♻️ Refactor build, centralize and simplify files (#34)
* ♻️ Refactor build files to centralize and simplify * ✅ Refactor tests and build with new simplified configs
1 parent c1acedd commit 644e9e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+83
-475
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ services:
1212
- docker
1313

1414
env:
15-
- NAME='latest' BUILD_PATH='python3.7' TEST_STR1='Hello world! From Uvicorn with Gunicorn. Using Python 3.7' TEST_STR2='Test app. From Uvicorn with Gunicorn. Using Python 3.7'
16-
- NAME='python3.7' BUILD_PATH='python3.7' TEST_STR1='Hello world! From Uvicorn with Gunicorn. Using Python 3.7' TEST_STR2='Test app. From Uvicorn with Gunicorn. Using Python 3.7'
17-
- NAME='python3.6' BUILD_PATH='python3.6' TEST_STR1='Hello world! From Uvicorn with Gunicorn. Using Python 3.6' TEST_STR2='Test app. From Uvicorn with Gunicorn. Using Python 3.6'
18-
- NAME='python3.7-alpine3.8' BUILD_PATH='python3.7-alpine3.8' TEST_STR1='Hello world! From Uvicorn with Gunicorn in Alpine. Using Python 3.7' TEST_STR2='Test app. From Uvicorn with Gunicorn. Using Python 3.7'
19-
- NAME='python3.6-alpine3.8' BUILD_PATH='python3.6-alpine3.8' TEST_STR1='Hello world! From Uvicorn with Gunicorn in Alpine. Using Python 3.6' TEST_STR2='Test app. From Uvicorn with Gunicorn. Using Python 3.6'
15+
- NAME='latest' DOCKERFILE='python3.7' PYTHON_VERSION='3.7'
16+
- NAME='python3.7' PYTHON_VERSION='3.7'
17+
- NAME='python3.6' PYTHON_VERSION='3.6'
18+
- NAME='python3.7-alpine3.8' PYTHON_VERSION='3.7'
19+
- NAME='python3.6-alpine3.8' PYTHON_VERSION='3.6'
2020

2121

2222
script:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

python3.6-alpine3.8/app/main.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

python3.6-alpine3.8/gunicorn_conf.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

python3.6/app/prestart.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

python3.6/start-reload.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

python3.6/start.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

python3.7-alpine3.8/app/main.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

python3.7-alpine3.8/app/prestart.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

python3.7-alpine3.8/gunicorn_conf.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

python3.7-alpine3.8/start-reload.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

python3.7-alpine3.8/start.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

python3.7/app/main.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

python3.7/app/prestart.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

python3.7/gunicorn_conf.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)