Skip to content

Commit

Permalink
Don't attempt to test on py33 with cryptography versions that don't s…
Browse files Browse the repository at this point in the history
…upport it

Refs #676
  • Loading branch information
alex authored Jul 23, 2017
1 parent a079213 commit 2c16717
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ matrix:
env: TOXENV=py26
- python: "2.7"
env: TOXENV=py27
- python: "3.3"
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
Expand All @@ -39,8 +37,6 @@ matrix:
env: TOXENV=py26-cryptographyMaster
- python: "2.7"
env: TOXENV=py27-cryptographyMaster
- python: "3.3"
env: TOXENV=py33-cryptographyMaster
- python: "3.4"
env: TOXENV=py34-cryptographyMaster
- python: "3.5"
Expand Down Expand Up @@ -90,7 +86,6 @@ matrix:
allow_failures:
- env: TOXENV=py26-cryptographyMaster
- env: TOXENV=py27-cryptographyMaster
- env: TOXENV=py33-cryptographyMaster
- env: TOXENV=py34-cryptographyMaster
- env: TOXENV=py35-cryptographyMaster
- env: TOXENV=py36-cryptographyMaster
Expand Down

0 comments on commit 2c16717

Please sign in to comment.