Skip to content

Commit

Permalink
Limit CI testing to linux for ease of maintainance
Browse files Browse the repository at this point in the history
  • Loading branch information
timesler committed Dec 29, 2019
1 parent 352ce3e commit f20a902
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
36 changes: 4 additions & 32 deletions .travis.yml
@@ -1,49 +1,21 @@
language: python
matrix:
include:
- name: "Python 3.8 on Linux"
python: 3.8
dist: xenial

- name: "Python 3.7 on Linux"
python: 3.7
dist: xenial

- name: "Python 3.7 on macOS"
os: osx
osx_image: xcode10.2
language: shell
before_install: brew install libomp
env: PATH=/Users/travis/Library/Python/3.7/bin:$PATH

# - name: "Python 3.7 on Windows"
# os: windows
# language: shell
# before_install: choco install python --version=3.7.4
# env: PATH=/c/Python37:/c/Python37/Scripts:$PATH

- name: "Python 3.6 on Linux"
python: 3.6
dist: xenial

- name: "Python 3.6 on macOS"
os: osx
osx_image: xcode9.3
language: shell
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install libomp
env: PATH=/Users/travis/Library/Python/3.6/bin:$PATH

# - name: "Python 3.6 on Windows"
# os: windows
# language: shell
# before_install: choco install python --version=3.6.8
# env: PATH=/c/Python36:/c/Python36/Scripts:$PATH

- name: "Python 3.5 on Linux"
python: 3.5
dist: xenial

# - name: "Python 3.5 on Windows"
# os: windows
# language: shell
# before_install: choco install python --version 3.5.4
# env: PATH=/c/Python35:/c/Python35/Scripts:$PATH

install: pip3 install -r tests/travis_requirements.txt || pip3 install --user -r tests/travis_requirements.txt
script:
Expand Down
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -3,11 +3,9 @@

[![Code Coverage](https://img.shields.io/codecov/c/github/timesler/facenet-pytorch.svg)](https://codecov.io/gh/timesler/facenet-pytorch)

| System | Python | |
| :---: | :---: | :---: |
| Linux | 3.5, 3.6, 3.7 | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) |
| macOS | 3.6, 3.7 | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) |
| Windows | 3.5, 3.6, 3.7 | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) |
| Python | 3.8 | 3.7 | 3.6 | 3.5 |
| :---: | :---: | :---: | :---: | :---: |
| Status | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) | [![Build Status](https://travis-ci.com/timesler/facenet-pytorch.svg?branch=master)](https://travis-ci.com/timesler/facenet-pytorch) |

This is a repository for Inception Resnet (V1) models in pytorch, pretrained on VGGFace2 and CASIA-Webface.

Expand Down

0 comments on commit f20a902

Please sign in to comment.