소스 검색

Limit tests to one per major Python version

Jeremy Stretch 9 년 전
부모
커밋
1c1fd8f210
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -9,9 +9,7 @@ env:
 language: python
 python:
   - "2.7"
-  - "3.4"
   - "3.5"
-  - "3.6"
 install:
   - pip install -r requirements.txt
   - pip install pep8