Browse Source

Travis: Do not use wheel for tox

Ask Solem 8 năm trước cách đây
mục cha
commit
0cfe83aa8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,7 +23,7 @@ before_install:
     lsb_release -a
 install:
   - pip install -U pip
-  - pip install tox
+  - pip install tox --no-binary=tox
 script:
   - tox -v -- -v
 after_success: