Skip to content

Commit

Permalink
Merge 4e2d651 into 36d2c16
Browse files Browse the repository at this point in the history
  • Loading branch information
jomey committed Jan 21, 2021
2 parents 36d2c16 + 4e2d651 commit 21d6ab3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# test stage will test all branches against:
# - linux python 3.5, 3.6, 3.7, 3.8
# - linux python 3.6, 3.7, 3.8
# - osx python 3.7
#
# deploy stage builds and test the wheels when jobs is
Expand Down Expand Up @@ -65,26 +65,27 @@ jobs:
include:
# test stage
- <<: *unittest
name: Python 3.6
python: 3.6
env: TOXENV=py36

- <<: *unittest
python: 3.6
env: TOXENV=coverage

- <<: *unittest
python: 3.6
env: TOXENV=flake8

- <<: *unittest
name: Python 3.7
python: 3.7
env: TOXENV=py37

- <<: *unittest
name: Python 3.8
python: 3.8
env: TOXENV=py38

- <<: *unittest
name: Code Quality
python: 3.6
env: TOXENV=flake8,coverage

- <<: *unittest
name: Build on OS X
os: osx
osx_image: xcode11.2 # Python 3.7.X running on macOS 10.14
language: shell
Expand Down Expand Up @@ -113,4 +114,4 @@ jobs:

allow_failures:
- python: 3.6
env: TOXENV=coverage
env: TOXENV=flake8,coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Pypi version](https://img.shields.io/pypi/v/smrf-dev)](https://img.shields.io/pypi/v/smrf-dev)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.898158.svg)](https://doi.org/10.5281/zenodo.898158)
[![DOI](https://readthedocs.org/projects/smrf/badge/)](https://smrf.readthedocs.io)
[![Build Status](https://travis-ci.org/USDA-ARS-NWRC/smrf.svg?branch=master)](https://travis-ci.org/USDA-ARS-NWRC/smrf)
[![Build Status](https://travis-ci.com/USDA-ARS-NWRC/smrf.svg?branch=master)](https://travis-ci.com/USDA-ARS-NWRC/smrf)
[![Coverage Status](https://coveralls.io/repos/github/USDA-ARS-NWRC/smrf/badge.svg?branch=master)](https://coveralls.io/github/USDA-ARS-NWRC/smrf?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/128437f4e928e99cace5/maintainability)](https://codeclimate.com/github/USDA-ARS-NWRC/smrf/maintainability)

Expand Down

0 comments on commit 21d6ab3

Please sign in to comment.