We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f0605 commit f1320bfCopy full SHA for f1320bf
.travis.yml
@@ -28,20 +28,26 @@ jobs:
28
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++98
29
- os: linux
30
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
31
+ - os: linux
32
+ env: CXX=g++ PYTHON=pypy3 CXXFLAGS=-std=c++11
33
- os: osx
34
env: CXX=clang++ PYTHON=python CXXFLAGS=-std=c++11
35
- env: PYTHON=python DOC=1
36
allow_failures:
37
38
39
40
41
addons:
42
apt:
43
sources:
44
- ubuntu-toolchain-r-test
45
+ - pypy
46
packages:
47
- gcc
48
- g++
49
- clang
50
+ - pypy3-dev
51
- python3-pip
52
- python-numpy
53
- python-sphinx
0 commit comments