Browse Source

add minimal tests

Anton Gusev 5 years ago
parent
commit
057421b078
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -15,7 +15,7 @@ jobs:
           command: echo Hi
           name: Hi
       - run:
-          command: python setup.py develop
+          command: sudo python setup.py develop
           name: develop
       - run:
           command: python tests/benchmark_throughput.py --preset minimalistic