Parcourir la source

add nosetests to circleci

justheuristic il y a 5 ans
Parent
commit
5a972250f9
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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