diff --git a/.travis.yml b/.travis.yml index 93a4e86dd..66271821c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,17 @@ language: python sudo: required -dist: trusty +dist: bionic matrix: include: - - python: 2.7 - - python: 3.5 + - python: 3.5 + - python: 3.6 + - python: 3.7 +before_install: + - sudo apt-get update -y + - sudo apt-get install -y --no-install-recommends --fix-missing ca-certificates g++ libsndfile1 llvm-7-dev make wget install: - - source ci/install.sh + - source ci/install.sh script: - - bash ci/test.sh + - bash ci/test.sh notifications: - email: false + email: false diff --git a/README.md b/README.md index fd26344a2..b6660682b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ In this repository, the network implementation can be found in =0.5 -tensorflow>=1.0.0 +llvmlite>=0.32.0 +tensorflow<=1.15.2