소스 검색

travis py3.4 typing package

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

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

@@ -8,6 +8,7 @@ python:
8 8
 install:
9 9
   - python setup.py develop
10 10
   - pip install -e ."[test]"
11
+  - pip install typing
11 12
 
12 13
 script: 
13 14
   - pytest --cov=hapic tests