Explorar el Código

Use hacking instead of flake8

Kentaro Wada hace 7 años
padre
commit
8420662264
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: