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 a08fa7e commit 2165e85Copy full SHA for 2165e85
.travis.yml
@@ -1,5 +1,6 @@
1
version: ~> 1.0
2
3
+os: linux
4
language: python
5
6
notifications:
@@ -16,10 +17,11 @@ env:
16
17
global:
18
- CANONICAL_PYTHON="3.8"
19
- CODECLIMATE=""
20
+ - PACKAGE_IMPORT_NAME="paths_cli"
21
- TWINE_USERNAME="dwhswenson"
22
# TWINE_PASSWORD
23
# AUTORELEASE_TOKEN
- matrix:
24
+ jobs:
25
- CONDA_PY=3.8
26
- CONDA_PY=3.6
27
- CONDA_PY=3.7
@@ -46,4 +48,4 @@ after_success:
46
48
- COVERALLS_PARALLEL=true coveralls
47
49
50
import:
- - dwhswenson/autorelease:autorelease-travis.yml@v0.1.2
51
+ - dwhswenson/autorelease:autorelease-travis.yml@package_import_name
0 commit comments