浏览代码

Update .travis.yml

Bastien Sevajol 7 年前
父节点
当前提交
96ed38b7db
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml 查看文件

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