https://github.com/udst/templates-installation-testing
https://github.com/udst/templates-installation-testing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/udst/templates-installation-testing
- Owner: UDST
- License: bsd-3-clause
- Created: 2019-02-10T01:27:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T21:32:54.000Z (over 7 years ago)
- Last Synced: 2025-05-07T12:54:35.408Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# templates-installation-testing

[](https://travis-ci.org/UDST/templates-installation-testing)
[](https://ci.appveyor.com/project/smmaurer/templates-installation-testing)
This repo uses Travis and Appveyor to test installation of UrbanSim Templates in many different environments.
- platforms: Linux, Mac, Windows
- package managers: pip, conda
- python versions: 2.7, 3.5, 3.6, 3.7
Click on the build status badges to see the full details.
This replicates the installation procedures that end users follow, in order to confirm that new releases have been distributed correctly and that they continue to work as dependencies are updated. This is separate from UrbanSim Templates's internal test suite, which uses a different installation procedure and doesn't cover as many environment combinations.
### Testing a new release
- publish the release on pip and conda
- in this repo, update the version number in `tests/test_version.py` and the badge URL in `README.md`
- trigger new builds manually in Travis and Appveyor