Browse Source

Don't test against Py<3.6

rafalp 6 years ago
parent
commit
bba0e0525d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -4,9 +4,6 @@ addons:
   postgresql: "9.4"
   postgresql: "9.4"
 language: python
 language: python
 python:
 python:
-  - "2.7"
-  - "3.4"
-  - "3.5"
   - "3.6"
   - "3.6"
 install:
 install:
   - pip install -U pip setuptools
   - pip install -U pip setuptools