File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: false
3
3
matrix :
4
4
include :
5
5
- python : 2.7
6
- - python : 3.4
7
6
- python : 3.5
8
7
- python : 3.6
9
8
- python : 3.7
@@ -14,12 +13,12 @@ matrix:
14
13
allow_failures :
15
14
- python : nightly
16
15
before_install :
17
- - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
18
16
- pip install codecov
19
17
- pip install 'py>=1.5.0'
20
18
install :
21
- - pip install -e .
19
+ - pip install -r requirements.txt
22
20
- pip install -r requirements_dev.txt
21
+ - pip install -e .
23
22
script :
24
23
- python setup.py test
25
24
after_success :
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ def run_tests(self):
74
74
"Topic :: Software Development :: Libraries :: Python Modules" ,
75
75
"Operating System :: OS Independent" ,
76
76
'Programming Language :: Python :: 2.7' ,
77
- 'Programming Language :: Python :: 3.4' ,
78
77
'Programming Language :: Python :: 3.5' ,
79
78
'Programming Language :: Python :: 3.6' ,
80
79
'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments