فهرست منبع

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