#!/bin/bash

set -e

Environment="qa" pytest tests/integration
