Skip to content

Commit b284191

Browse files
committed
End of Python 3.4 support
1 parent 80668ce commit b284191

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ matrix:
1313
allow_failures:
1414
- python: nightly
1515
before_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'
1918
install:
20-
- pip install -e .
19+
- pip install -r requirements.txt
2120
- pip install -r requirements_dev.txt
21+
- pip install -e .
2222
script:
2323
- python setup.py test
2424
after_success:

setup.py

-1
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)