Skip to content

Commit cb5db2c

Browse files
authored
Merge pull request #154 from asellappen/master
Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent
2 parents 4c29866 + 5215deb commit cb5db2c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: python
2+
dist: bionic
23

4+
arch:
5+
- amd64
6+
- ppc64le
37
sudo: false
48

59
addons:
@@ -12,17 +16,16 @@ env:
1216
- DEPENDS="numpy pyproj"
1317

1418
python:
15-
- "2.6"
16-
- "2.7"
17-
- "3.3"
18-
- "3.4"
1919
- "3.5"
2020
- "3.6"
21+
- "3.8"
2122

2223
notifications:
2324
email: false
2425

2526
before_install:
27+
- pip install pyproj==1.9.6
28+
- sudo apt-get install libeccodes-dev
2629
- pip install $DEPENDS
2730

2831
install:

0 commit comments

Comments
 (0)