Ver código fonte

add nosetests to circleci

justheuristic 5 anos atrás
pai
commit
c3edd1a2ab
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -16,7 +16,7 @@ jobs:
           command: sudo python setup.py develop
           command: sudo python setup.py develop
           name: setup
           name: setup
       - run:
       - run:
-          command: nose tests/*
+          command: nosetests tests/*
           name: tests
           name: tests
       - run:
       - run:
           command: python tests/benchmark_throughput.py --preset minimalistic
           command: python tests/benchmark_throughput.py --preset minimalistic