1
0
Joffrey F 7 жил өмнө
parent
commit
80ce4eafa7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -10,7 +10,7 @@ jobs:
         command: brew update > /dev/null && brew upgrade python
     - run:
         name: install tox
-        command: sudo pip install --upgrade tox==2.1.1
+        command: sudo pip3 install --upgrade tox==2.1.1
     - run:
         name: unit tests
         command: tox -e py27,py36 -- tests/unit