1 Star 0 Fork 1

lei4321 / photonix

forked from ning_sir / photonix 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 543 Bytes
Copy Edit Raw Blame History
Damian Moore authored 2020-05-01 00:34 . Attempts to fix Travis
language: python
dist: bionic
python:
- '3.8'
services:
- redis
before_install:
# We use Debian Buster for our Docker image but the closest distro we can get in Travis is Ubuntu Bionic. This upgrades the version of GLIBC so that our custom Tensorflow build works.
- sudo sed -i 's/bionic/focal/g' /etc/apt/sources.list
- sudo apt update
- sudo apt install -y libc-bin libimage-exiftool-perl dcraw wget
install:
- pip install -r requirements.txt
script:
- coverage run test.py
after_success:
- pip install codecov
- codecov
Python
1
https://gitee.com/lei4321/photonix.git
git@gitee.com:lei4321/photonix.git
lei4321
photonix
photonix
master

Search