before_script:
- apt-get update - apt-get install -y python3-pip
- export CTAPIPE_VERSION=master - pip install https://github.com/cta-observatory/ctapipe/archive/$CTAPIPE_VERSION.tar.gz
- pip install -e .
run_tests:
script: - pytest -vvs