Browse Source

add minimal tests

Anton Gusev 5 years ago
parent
commit
41ea260538
1 changed files with 6 additions and 3 deletions
  1. 6 3
      .circleci/config.yml

+ 6 - 3
.circleci/config.yml

@@ -11,12 +11,15 @@ jobs:
       - python/load-cache
       - python/install-deps
       - python/save-cache
-      - run:
-          command: ./manage.py test
-          name: Test
       - run:
           command: echo Hi
           name: Hi
+      - run:
+          command: python setup.py develop
+          name: develop
+      - run:
+          command: python tests/benchmark_throughput.py --preset minimalistic
+          name: benchmark
 
 workflows:
   main: