Commit 76a5a857 authored by nimrod's avatar nimrod
Browse files

Fixed to Travis CI.

parent b5077fc2
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -7,13 +7,11 @@ cache:
  - pip
matrix:
  include:
    - python: "3.5"
    - python: "3.6"
      env: TOXENV=docs
    - python: "3.5"
    - python: "3.6"
      env: TOXENV=bandit
    - python: "2.7"
      env: TOXENV=pre-commit
    - python: "3.5"
    - python: "3.6"
      env: TOXENV=pre-commit
  allow_failures:
    - python: "3.2"