Skip to content

Commit

Permalink
clear envs
Browse files Browse the repository at this point in the history
  • Loading branch information
erm0l0v committed Jul 1, 2015
1 parent b3f050f commit 87c231b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Expand Up @@ -9,17 +9,6 @@ python:
- "2.7"
- "2.6"
- "pypy"
env:
- PYTHON_VM=cpython
matrix:
include:
- python: 2.7
env: PYTHON_VM=ironpython
- python: pypy
env: PYTHON_VM=pypy
exclude:
- python: pypy
env: PYTHON_VM=cpython


# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -29,3 +29,9 @@ History
--------------------

* README remove ::;


0.1.6 (2015-07-01)
--------------------

* Add tests fot python 3.2
2 changes: 1 addition & 1 deletion python_wrap_cases/__init__.py
Expand Up @@ -2,6 +2,6 @@

__author__ = 'Kirill Ermolov'
__email__ = 'erm0l0v@ya.ru'
__version__ = '0.1.5'
__version__ = '0.1.6'

from .wrap_cases import *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@ def load_requirements(file_name):

setup(
name='python_wrap_cases',
version='0.1.5',
version='0.1.6',
description="Simple library for generate test cases.",
long_description=readme + '\n\n' + history,
author="Kirill Ermolov",
Expand Down

0 comments on commit 87c231b

Please sign in to comment.