From f06695c7b17b0bed71b50a6adcc70079f54dccf8 Mon Sep 17 00:00:00 2001 From: Julien Lecoeur Date: Mon, 9 Oct 2017 08:01:30 +0200 Subject: [PATCH] CircleCI: install python-toml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a5170afd2b..f75a706df5 100644 --- a/circle.yml +++ b/circle.yml @@ -23,7 +23,7 @@ dependencies: # Install pip if you don't already have it and use it to install the required packages: - sudo easy_install pip - - sudo -H pip install pyserial empy pandas jinja2 + - sudo -H pip install pyserial empy toml pandas jinja2 test: override: