@@ -15,6 +15,9 @@ jobs:
- run:
command: sudo python setup.py develop
name: setup
+ - run:
+ command: nose tests/*
+ name: tests
command: python tests/benchmark_throughput.py --preset minimalistic
name: benchmark