Skip to content

Commit 3605f81

Browse files
committed
update changelog and setup test run
1 parent 0e4fd56 commit 3605f81

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Change history
33
================
44

5+
2.1.4
6+
=====
7+
:release-date: 2015-01-14
8+
:by: Tommaso Barbugli
9+
10+
* Added support for extra data for follow actions
11+
512
2.1.3
613
=====
714
:release-date: 2015-01-05

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run_tests(self):
4343
# import here, cause outside the eggs aren't loaded
4444
import pytest
4545
errno = pytest.main(
46-
'stream/tests.py --cov stream --cov-report term-missing -v -k follow')
46+
'stream/tests.py --cov stream --cov-report term-missing -v')
4747
sys.exit(errno)
4848

4949
setup(

0 commit comments

Comments
 (0)