Jelajahi Sumber

add nosetests to circleci

justheuristic 5 tahun lalu
induk
melakukan
c3edd1a2ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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