Skip to content
Snippets Groups Projects
Commit 78969548 authored by Robert Habermann's avatar Robert Habermann
Browse files

remove Python3.3 from test pipeline

parent f4f3e9d5
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,6 @@ py27:
script:
- tox -e py27
py33:
stage: test
image: python:3.3
script:
- tox -e py33
py34:
stage: test
image: python:3.4
......
......@@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '2', '0')
__version_info__ = ('0', '2', '1')
__version__ = '.'.join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment