Skip to content

Commit b7aebb5

Browse files
authored
Update .travis.yml
Removing python 3.3 which is not supported for both arch: amd64/ppc64le.
1 parent 3e73255 commit b7aebb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,14 @@ python:
77
- "3.3"
88
- "3.5"
99
- "nightly"
10+
jobs:
11+
exclude:
12+
- python: "3.3"
13+
arch: amd64
14+
- python: "3.3"
15+
arch: ppc64le
16+
17+
18+
1019
install: pip install tox-travis
1120
script: "tox"

0 commit comments

Comments
 (0)