Skip to content

Commit

Permalink
Add pypy to Travis tests
Browse files Browse the repository at this point in the history
The driver version of 2.6.0 has been excluded due to incompatibility
issues with pypy3.
  • Loading branch information
Richard Mathie authored and thegeorgeous committed Mar 4, 2017
1 parent da91135 commit 3517596
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ python:
- 2.7
- 3.3
- 3.4
# pypy versions
- "pypy"
- "pypy3"
- "pypy-5.3.1"
env:
- CASSANDRA_DRIVER_VERSION=2.6.0
- CASSANDRA_DRIVER_VERSION=2.7.2
Expand All @@ -19,6 +23,10 @@ env:
- CASSANDRA_DRIVER_VERSION=3.5.0
- CASSANDRA_DRIVER_VERSION=3.6.0
- CASSANDRA_DRIVER_VERSION=3.7.1
matrix:
exclude:
- python: "pypy3"
env: CASSANDRA_DRIVER_VERSION=2.6.0
install:
- pip install -q cassandra-driver==$CASSANDRA_DRIVER_VERSION
- pip install -q flask
Expand Down

0 comments on commit 3517596

Please sign in to comment.