Skip to content

Commit 104af78

Browse files
committed
Delete raise error if not TRAVIS_TAG
1 parent 7f08a05 commit 104af78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
), session='None')
1818

1919
VERSION = environ.get('TRAVIS_TAG')
20-
if not VERSION:
21-
raise EnvironmentError('Not found `TRAVIS_TAG`')
22-
2320
PACKAGES = find_packages(exclude=['tests*'])
2421

2522
DOC = ''

0 commit comments

Comments
 (0)