#!/usr/bin/env bash

set -e

tox
npm install
npm test
