We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ad9dd commit 2ee6516Copy full SHA for 2ee6516
.travis.yml
@@ -20,6 +20,11 @@ script:
20
21
jobs:
22
include:
23
+ - stage: debug
24
+ script:
25
+ - echo ${TRAVIS_TAG}
26
+ - ls -la .
27
+
28
- stage: upload test coverage
29
install:
30
- pip install pytest pytest-cov codecov
@@ -63,6 +68,7 @@ jobs:
63
68
- zip python-sasctl.zip
64
69
deploy:
65
70
provider: releases
71
+ name: ${TRAVIS_TAG}
66
72
api_key: $GITHUB_TOKEN
67
73
file:
74
- python-sasctl.zip
README.md
@@ -1,3 +1,7 @@
1
+<a href="https://www.python.org/">
2
+ <img src="https://img.shields.io/badge/Python-3+-blue.svg?&style=for-the-badge&colorA=254f73" alt="Python Version">
3
+</a>
4
5
# sasctl
6
7
## Overview
0 commit comments