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.
- publish the release on pip and conda
- in this repo, update the version number in
tests/test_version.py
and the badge URL inREADME.md
- trigger new builds manually in Travis and Appveyor