Skip to content

Commit

Permalink
Add Python 3, PyPy and PyPy3 test cases on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Aruga committed Sep 16, 2018
1 parent a987ab9 commit 2827319
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ matrix:
compiler: clang
- language: c++
compiler: gcc
- addons:
- language: python
python: "3.6"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
Expand All @@ -17,6 +19,14 @@ matrix:
env:
- CC=gcc-8 CXX=g++-8
- CXXFLAGS="-fuse-ld=gold"
- language: python
python: pypy3
# Add light weight tests only to check validation of the Python.
# - script: make python-test
- language: python
python: pypy
# Add light weight tests only to check validation of the Python.
# - script: make python-test
cache: apt
addons:
apt:
Expand Down

0 comments on commit 2827319

Please sign in to comment.