Skip to content

Commit

Permalink
Merge pull request #79 from DankCity/tagged-release-deploy
Browse files Browse the repository at this point in the history
Move tag fetch to checkout section
  • Loading branch information
levi-rs authored Dec 6, 2016
2 parents 694763c + 2a6d822 commit b93264e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ general:
- .tox/lint/flake8.txt
- coverage.xml

checkout:
post:
- git fetch --tags && git tag

dependencies:
override:
- pip install --upgrade pip
Expand All @@ -16,8 +20,6 @@ dependencies:

test:
override:
- git fetch --unshallow
- git fetch --tags
- tox -r
post:
- coveralls
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
author='Levi Noecker',
author_email='levi.noecker [at] gmail [dot] com',
author_email='levi [at] dank [dot] city',
url='https://github.com/DankCity/dankbot',
keywords=['reddit', 'slack', 'imgur', 'dank', 'memes', 'bot', 'slack bot', 'dankbot'],
description="Slack bot for posting dank memes from Reddit",
Expand All @@ -50,10 +50,8 @@
'Operating System :: OS Independent',
'Topic :: Communications :: Chat',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit b93264e

Please sign in to comment.