We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c0ac14 + 5498989 commit 2739ff4Copy full SHA for 2739ff4
.travis.yml
@@ -1,8 +1,14 @@
1
+arch:
2
+ - amd64
3
+ - ppc64le
4
language: python
5
python:
6
- "2.7"
- - "3.3"
7
- "3.5"
8
+ - "3.6"
9
+ - "3.7"
10
+ - "3.8"
11
+ - "3.9"
12
- "nightly"
13
install: pip install tox-travis
14
script: "tox"
CHANGELOG
@@ -1,3 +1,11 @@
+Release 1.4.1.post3
+===================
+
+This is a "house-keeping" commit. No new features or fixes are introduced.
+* Update CI test rules to include amd64 and ppc (santosh653)
Release 1.4.1.post2
===================
cluster/version.txt
@@ -1 +1 @@
-1.4.1.post2
+1.4.1.post3
0 commit comments