File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ matrix:
13
13
allow_failures :
14
14
- python : nightly
15
15
before_install :
16
- - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
17
16
- pip install codecov
18
17
- pip install 'py>=1.5.0'
19
18
install :
20
- - pip install -e .
19
+ - pip install -r requirements.txt
21
20
- pip install -r requirements_dev.txt
21
+ - pip install -e .
22
22
script :
23
23
- python setup.py test
24
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