Skip to content

Commit 180c20e

Browse files
authored
Test against official python3.8 and use 3.7 for codestyle and deployment (#71)
1 parent 7b08021 commit 180c20e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
- '3.5'
1212
- '3.6'
1313
- '3.7'
14-
- "3.8-dev"
14+
- '3.8'
1515

1616
before_script:
1717
- docker pull lkdevelopment/hetzner-cloud-api-mock
@@ -24,17 +24,16 @@ install:
2424
- pip install tox-travis
2525

2626
script: tox
27-
2827
jobs:
2928
include:
3029
- stage: codingstyle
3130
env: STAGE=style_check
32-
python: "3.6"
31+
python: "3.7"
3332
script: tox -e flake8
3433
- stage: deploy
3534
env: STAGE=deploy
3635
if: tag IS present
37-
python: "3.6"
36+
python: "3.7"
3837
script: echo "Deploy to pypi"
3938
deploy:
4039
provider: pypi

0 commit comments

Comments
 (0)