/orca-installation-testing

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

orca-installation-testing

Version Build Status Build status

This repo uses Travis and Appveyor to test installation of Orca 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 Orca'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