Skip to content

Commit

Permalink
Merge pull request #263 from twisted/dont-test-twlatest-py27
Browse files Browse the repository at this point in the history
Don't test against latest Twisted with Python 2.7
  • Loading branch information
IlyaSkriblovsky committed Apr 23, 2020
2 parents d1df147 + d1dcc83 commit 1a1ee6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,12 @@ matrix:
env: TOX_ENV=twtrunk
- python: pypy3
env: TOX_ENV=twtrunk

exclude:
- python: 2.7
env: TOX_ENV=twlatest
- python: 2.7
env: TOX_ENV=twtrunk

include:
- python: 3.5
Expand Down

0 comments on commit 1a1ee6e

Please sign in to comment.