소스 검색

Update .travis.yml

Bastien Sevajol 6 년 전
부모
커밋
96ed38b7db
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml 파일 보기

@@ -1,14 +1,12 @@
1 1
 sudo: false
2 2
 language: python
3 3
 python:
4
-  - "3.4"
5 4
   - "3.5"
6 5
   - "3.6"
7 6
 
8 7
 install:
9 8
   - python setup.py develop
10 9
   - pip install pytest pytest-cov
11
-  - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install typing http requests; fi
12 10
 
13 11
 script: 
14 12
   - pytest --cov=hapic tests