2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Add pypy3 to TravisCI matrix

This commit is contained in:
Pat Riehecky
2020-10-13 13:34:52 -05:00
committed by Stefan Seefeld
parent d9f06052e2
commit f1320bf30b

View File

@@ -28,20 +28,26 @@ jobs:
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++98
- os: linux
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
- os: linux
env: CXX=g++ PYTHON=pypy3 CXXFLAGS=-std=c++11
- os: osx
env: CXX=clang++ PYTHON=python CXXFLAGS=-std=c++11
- env: PYTHON=python DOC=1
allow_failures:
- os: linux
env: CXX=g++ PYTHON=pypy3 CXXFLAGS=-std=c++11
- os: osx
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- pypy
packages:
- gcc
- g++
- clang
- pypy3-dev
- python3-pip
- python-numpy
- python-sphinx