https://github.com/tensorflow/magenta
Raw File
Tip revision: e6d3b27469742a21a96fe0665af9d5ee254c6508 authored by Curtis Hawthorne on 16 September 2019, 18:10:50 UTC
require TF 1.14 because it's needed by the tf probability package.
Tip revision: e6d3b27
.travis.yml
language: python
dist: xenial
python:
  - "3.7"
# command to install dependencies
install:
  - ./ci-install.sh
# command to run tests
script:
  - ./ci-script.sh
back to top