Skip to content

Commit f1320bf

Browse files
jcpunkstefanseefeld
authored andcommitted
Add pypy3 to TravisCI matrix
1 parent d9f0605 commit f1320bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,26 @@ jobs:
2828
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++98
2929
- os: linux
3030
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
31+
- os: linux
32+
env: CXX=g++ PYTHON=pypy3 CXXFLAGS=-std=c++11
3133
- os: osx
3234
env: CXX=clang++ PYTHON=python CXXFLAGS=-std=c++11
3335
- env: PYTHON=python DOC=1
3436
allow_failures:
37+
- os: linux
38+
env: CXX=g++ PYTHON=pypy3 CXXFLAGS=-std=c++11
3539
- os: osx
3640

3741
addons:
3842
apt:
3943
sources:
4044
- ubuntu-toolchain-r-test
45+
- pypy
4146
packages:
4247
- gcc
4348
- g++
4449
- clang
50+
- pypy3-dev
4551
- python3-pip
4652
- python-numpy
4753
- python-sphinx

0 commit comments

Comments
 (0)