Преглед изворни кода

Use hacking instead of flake8

Kentaro Wada пре 7 година
родитељ
комит
8420662264
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ env:
   global:
     # used by ci-helpers
     - SETUP_XVFB=true
-    - PIP_DEPENDENCIES='flake8 pytest pytest-qt'
+    - PIP_DEPENDENCIES='hacking pytest pytest-qt'
 
     - MPLBACKEND=TkAgg  # for osx
 matrix: