Skip to content

Commit 80a4401

Browse files
build: fix travis build
1 parent f99d873 commit 80a4401

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
install:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
install_requires = ['requests>=2.18.4', 'six>=1.11.0', 'tuspy>=0.2.3']
88
tests_require = [
9-
'requests-mock>=1.3.0', 'mock>=2.0.0', 'coverage>=4.2', 'pytest>=3.0.3',
9+
'requests-mock>=1.3.0', 'mock>=2.0.0', 'coverage>=4.2', 'pytest>=4.6',
1010
'pytest-cov>=2.3.1'
1111
]
1212

0 commit comments

Comments
 (0)