Skip to content

Commit 2165e85

Browse files
committed
package_import_name for autorelease
1 parent a08fa7e commit 2165e85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: ~> 1.0
22

3+
os: linux
34
language: python
45

56
notifications:
@@ -16,10 +17,11 @@ env:
1617
global:
1718
- CANONICAL_PYTHON="3.8"
1819
- CODECLIMATE=""
20+
- PACKAGE_IMPORT_NAME="paths_cli"
1921
- TWINE_USERNAME="dwhswenson"
2022
# TWINE_PASSWORD
2123
# AUTORELEASE_TOKEN
22-
matrix:
24+
jobs:
2325
- CONDA_PY=3.8
2426
- CONDA_PY=3.6
2527
- CONDA_PY=3.7
@@ -46,4 +48,4 @@ after_success:
4648
- COVERALLS_PARALLEL=true coveralls
4749

4850
import:
49-
- dwhswenson/autorelease:autorelease-travis.yml@v0.1.2
51+
- dwhswenson/autorelease:autorelease-travis.yml@package_import_name

0 commit comments

Comments
 (0)