travis: do not test python2

This commit is contained in:
matejcik 2018-03-06 13:48:54 +01:00 committed by matejcik
parent 2c15a861dc
commit a1dba05a46
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ addons:
- libusb-1.0-0-dev
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"