Revert "chg: Add travis tests on python 3.7"

Reason: lief doesn't support python 3.7

This reverts commit e59eecd1de.
pull/202/merge
Raphaël Vinot 2018-07-23 10:35:01 +02:00
parent e59eecd1de
commit 471bc3b300
1 changed files with 1 additions and 1 deletions

View File

@ -11,10 +11,10 @@ addons:
python:
- "2.7"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
install:
- pip install -U nose pip setuptools