Browse Source

Remove unsupported environments from appveyor config

Matt Westcott 7 years ago
parent
commit
ac80812d88
1 changed files with 1 additions and 4 deletions
  1. 1 4
      appveyor.yml

+ 1 - 4
appveyor.yml

@@ -3,10 +3,7 @@ services:
 
 environment:
   matrix:
-    - TOXENV: py27-dj18-sqlite-noelasticsearch
-    - TOXENV: py27-dj110-sqlite-noelasticsearch
-    - TOXENV: py35-dj18-sqlite-noelasticsearch
-    - TOXENV: py35-dj110-sqlite-noelasticsearch
+    - TOXENV: py35-dj111-sqlite-noelasticsearch
 
 matrix:
   fast_finish: true