Skip to content

Commit

Permalink
Disable py32/33 build due to pycryptodome problem
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Dec 30, 2018
1 parent ad17d0f commit a7b499d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ matrix:
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
# pycryptodomex seems to fail on AES import
# - os: linux
# dist: trusty
# python: '3.2'
# - os: linux
# dist: trusty
# python: '3.3'
- os: linux
dist: trusty
python: '3.4'
Expand Down

0 comments on commit a7b499d

Please sign in to comment.