We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b08021 commit 180c20eCopy full SHA for 180c20e
1 file changed
.travis.yml
@@ -11,7 +11,7 @@ python:
11
- '3.5'
12
- '3.6'
13
- '3.7'
14
-- "3.8-dev"
+- '3.8'
15
16
before_script:
17
- docker pull lkdevelopment/hetzner-cloud-api-mock
@@ -24,17 +24,16 @@ install:
24
- pip install tox-travis
25
26
script: tox
27
-
28
jobs:
29
include:
30
- stage: codingstyle
31
env: STAGE=style_check
32
- python: "3.6"
+ python: "3.7"
33
script: tox -e flake8
34
- stage: deploy
35
env: STAGE=deploy
36
if: tag IS present
37
38
script: echo "Deploy to pypi"
39
deploy:
40
provider: pypi
0 commit comments