We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0ce05 commit 43cc467Copy full SHA for 43cc467
1 file changed
build.yaml
@@ -4,9 +4,11 @@ python:
4
os:
5
- ubuntu/trusty64
6
cassandra:
7
+ - 1.2
8
- 2.0
9
- 2.1
10
- 2.2
11
+ - 3.0
12
env:
13
EVENT_LOOP_MANAGER:
14
- libev
@@ -41,5 +43,7 @@ build:
41
43
echo "==========RUNNING INTEGRATION TESTS=========="
42
44
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
45
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
48
- xunit:
49
- "*_results.xml"
0 commit comments