Parcourir la source

add nosetests to circleci

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