remove python 3 build from travis

This commit is contained in:
itay 2019-08-01 10:52:38 +03:00
parent bbff9b95e3
commit 111080d5cd
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@ language: python
cache: pip
python:
- 2.7
- 3.6
matrix:
include:
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
install:
#- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later