Browse Source

Remove Python2 from Travis

Russell Teague 5 years ago
parent
commit
3fd50fe28e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -9,8 +9,7 @@ before_cache:
 
 
 language: python
 language: python
 python:
 python:
-  - "2.7"
-  - "3.5"
+  - "3.6"
 
 
 install:
 install:
   - pip install --upgrade pip
   - pip install --upgrade pip