nucypher/dev/docker/scripts/test.sh

4 lines
67 B
Bash
Raw Normal View History

2019-03-13 00:31:49 +00:00
#!/bin/bash
args="$@"
2019-03-28 23:06:16 +00:00
docker-compose run nucypher-dev pytest $args