diff --git a/.travis.yml b/.travis.yml index 8b9b317c6e..c1b6c92692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - 3.7 env: - - CTAPIPE_VERSION="v0.7.0" CTAPIPE_IO_LST_VERSION="v0.1" PROTOZFITS_VERSION=v1.4.2 + - CTAPIPE_VERSION="v0.7.0" CTAPIPE_IO_LST_VERSION="v0.2" PROTOZFITS_VERSION=v1.4.2 - CTAPIPE_VERSION="master" CTAPIPE_IO_LST_VERSION="master" PROTOZFITS_VERSION="master" matrix: @@ -13,7 +13,7 @@ matrix: - env: CTAPIPE_VERSION="master" CTAPIPE_IO_LST_VERSION="master" PROTOZFITS_VERSION="master" include: - - env: CTAPIPE_VERSION="v0.7.0" CTAPIPE_IO_LST_VERSION="v0.1" PROTOZFITS_VERSION=v1.4.2 + - env: CTAPIPE_VERSION="v0.7.0" CTAPIPE_IO_LST_VERSION="v0.2" PROTOZFITS_VERSION=v1.4.2 before_install: diff --git a/environment.yml b/environment.yml index b2817b7667..6bd9482b27 100644 --- a/environment.yml +++ b/environment.yml @@ -11,4 +11,4 @@ dependencies: - pytest_runner - pytest-ordering - https://github.com/cta-sst-1m/protozfitsreader/archive/v1.4.2.tar.gz - - https://github.com/cta-observatory/ctapipe_io_lst/archive/v0.1.tar.gz + - https://github.com/cta-observatory/ctapipe_io_lst/archive/v0.2.tar.gz