浏览代码

add nosetests to circleci

justheuristic 5 年之前
父节点
当前提交
5a972250f9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .circleci/config.yml

+ 3 - 0
.circleci/config.yml

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