enable py3.2 build in Travis

pull/186/head
Ilya Etingof 2018-08-06 16:56:55 +02:00
parent 9a81eaa1ee
commit 861d28f200
1 changed files with 4 additions and 7 deletions

View File

@ -10,13 +10,10 @@ matrix:
dist: xenial dist: xenial
sudo: false sudo: false
python: '2.7' python: '2.7'
# Something is broken about pysnmp->pysnmpcrypto->cryptography. - os: linux
# Somehow pysnmpcrypto chooses cryptography while it should dist: xenial
# pick pycryptodomex sudo: false
# - os: linux python: '3.2'
# dist: xenial
# sudo: false
# python: '3.2'
- os: linux - os: linux
dist: xenial dist: xenial
sudo: false sudo: false