Skip to content

Commit

Permalink
Marking Python 3.4 as allowed failure for string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Oct 9, 2019
1 parent 16d14f1 commit 95b0557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,8 @@ matrix:
- python: "pypy3"
# pypy will just crash due to an incompatibility with lxml.
# Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml
- python: "3.5"
- python: "3.4"
- python: "3.5"

install:
- pip install cybersource-rest-client-python
Expand Down

0 comments on commit 95b0557

Please sign in to comment.