Revision 7b92fe7a0c5fc29dce009c066d35dd8298462388 authored by Mikhail Kolmogorov on 08 December 2020, 17:38:21 UTC, committed by GitHub on 08 December 2020, 17:38:21 UTC
Add architecture ppc64le to travis build
2 parent s 031e062 + 686db1b
Raw File
.travis.yml
os: linux
arch:
 - amd64
 - ppc64le
language: python
python:
  - "2.7"
  - "3.6"

compiler:
  - gcc
  - clang

before_script:
  - pip install networkx==2.2

script: 
  - make; make dependencies
  - python scripts/run-tests.py
back to top