Skip to content

Commit 43cc467

Browse files
committed
Expanding test cases in build.yaml
1 parent 4c0ce05 commit 43cc467

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ python:
44
os:
55
- ubuntu/trusty64
66
cassandra:
7+
- 1.2
78
- 2.0
89
- 2.1
910
- 2.2
11+
- 3.0
1012
env:
1113
EVENT_LOOP_MANAGER:
1214
- libev
@@ -41,5 +43,7 @@ build:
4143
echo "==========RUNNING INTEGRATION TESTS=========="
4244
CASSANDRA_VERSION=$CCM_CASSANDRA_VERSION nosetests -s -v --logging-format="[%(levelname)s] %(asctime)s %(thread)d: %(message)s" --with-ignore-docstrings --with-xunit --xunit-file=standard_results.xml tests/integration/standard/ || true
4345
46+
echo "==========RUNNING LONG INTEGRATION TESTS=========="
47+
CASSANDRA_VERSION=$CCM_CASSANDRA_VERSION nosetests -s -v --logging-format="[%(levelname)s] %(asctime)s %(thread)d: %(message)s" --with-ignore-docstrings --with-xunit --xunit-file=long_results.xml tests/integration/long/ || true
4448
- xunit:
4549
- "*_results.xml"

0 commit comments

Comments
 (0)