File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ matrix:
1313 allow_failures :
1414 - python : nightly
1515before_install :
16- - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
1716- pip install codecov
1817- pip install 'py>=1.5.0'
1918install :
20- - pip install -e .
19+ - pip install -r requirements.txt
2120- pip install -r requirements_dev.txt
21+ - pip install -e .
2222script :
2323- python setup.py test
2424after_success :
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ def run_tests(self):
7474 "Topic :: Software Development :: Libraries :: Python Modules" ,
7575 "Operating System :: OS Independent" ,
7676 'Programming Language :: Python :: 2.7' ,
77- 'Programming Language :: Python :: 3.4' ,
7877 'Programming Language :: Python :: 3.5' ,
7978 'Programming Language :: Python :: 3.6' ,
8079 'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments