v3.14.0
Added:
testoption inconda-forge.ymlcan now be used to configure testing.
By default testing is done for all platforms.native_and_emulatedvalue
will do testing only if native or if there is an emulator.nativevalue
will do testing only if native.
Deprecated:
test_on_native_onlyis deprecated. This is mapped to
test: native_and_emulated.
Fixed:
- Always pull a new version of the image used in a build
- Add workaround for Travis CI network issues (courtesy of @pkgw)
Authors:
- Isuru Fernando
- Marcel Bargull
- Matthew W. Thompson