diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e21992e..de31bca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,10 +15,12 @@ jobs: strategy: matrix: dependency-set: ["-oldest", "-latest"] - python-version: ["2.7", "3.7"] + python-version: ["2.7", "3.7", "3.8"] exclude: - dependency-set: "-oldest" python-version: "3.7" + - dependency-set: "-oldest" + python-version: "3.8" - dependency-set: "-oldest" python-version: "2.7" - dependency-set: "-latest" diff --git a/README.rst b/README.rst index 35481b7..0814c2f 100644 --- a/README.rst +++ b/README.rst @@ -14,8 +14,7 @@ a Python distribution but the Octave files are also accessible independently. .. image:: https://zenodo.org/badge/6017/csu-hmc/GaitAnalysisToolKit.svg :target: http://dx.doi.org/10.5281/zenodo.13006 -.. image:: https://travis-ci.org/csu-hmc/GaitAnalysisToolKit.png?branch=master - :target: http://travis-ci.org/csu-hmc/GaitAnalysisToolKit +.. image:: https://github.com/csu-hmc/GaitAnalysisToolKit/actions/workflows/test.yml/badge.svg Python Packages =============== diff --git a/env-dev-latest.yml b/env-dev-latest.yml index ec36db1..90c7c4c 100644 --- a/env-dev-latest.yml +++ b/env-dev-latest.yml @@ -11,7 +11,7 @@ dependencies: - numpy - numpydoc <1.6 - oct2py <5 - - pandas <0.24 + - pandas <0.25 - pytables - python - pyyaml