migrate to GitHub Actions (#616) (#703)

This commit is contained in:
Tom Kralidis
2021-06-01 17:15:30 -04:00
committed by GitHub
parent f2d064656f
commit 46f84a4ed3
5 changed files with 91 additions and 107 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ exist in ``/tests`` and are developed for providers, formatters, processes, as w
overall API.
Tests can be run locally as part of development workflow. They are also run on pygeoapis
`Travis setup`_ against all commits and pull requests to the code repository.
`GitHub Actions setup`_ against all commits and pull requests to the code repository.
To run all tests, simply run ``pytest`` in the repository. To run a specific test file,
run ``pytest tests/test_api.py``, for example.
@@ -68,4 +68,4 @@ Set the variable for the Spatialite library under OSX:
SPATIALITE_LIBRARY_PATH=/usr/local/lib/mod_spatialite.dylib
.. _`Travis setup`: https://github.com/geopython/pygeoapi/blob/master/.travis.yml
.. _`GitHub Actions setup`: https://github.com/geopython/pygeoapi/blob/master/.github/workflows/main.yml