Skip to content

Commit 7154dfb

Browse files
author
Alan Christie
committed
- More travis experiments
- Trying no testing if tagged and relaxing the tag test
1 parent 53c6933 commit 7154dfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ os:
1919
# Our tags for PyPI distributions will be of the form `pypi-1.0.1`.
2020
stages:
2121
- name: test
22+
if: not tag is present
2223
- name: deploy
23-
if: tag =~ ^pypi\-?*
24+
if: tag =~ ^pypi\-*$
2425

2526
# Run Travis on all branches
2627
# (normally it only runs on master)

0 commit comments

Comments
 (0)