Skip to content

Commit 1dbc7f8

Browse files
authored
Merge pull request #7287 from blueyed/unpin-pytest
Unpin pytest
2 parents 6ef573a + d28b3a2 commit 1dbc7f8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
language: python
2-
sudo: false
1+
os: linux
32
dist: xenial
3+
language: python
44
cache: pip
55

66
env:
@@ -9,7 +9,7 @@ env:
99
- SKIP_LATEX_BUILD=1
1010
- IS_PYTHON=true
1111

12-
matrix:
12+
jobs:
1313
include:
1414
- python: '3.5'
1515
env:
@@ -37,8 +37,7 @@ matrix:
3737
env: TOXENV=flake8
3838

3939
- language: node_js
40-
node_js:
41-
- 10.7
40+
node_js: '10.7'
4241
env: IS_PYTHON=false
4342
services: xvfb
4443

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'docutils-stubs',
4949
],
5050
'test': [
51-
'pytest < 5.3.3',
51+
'pytest',
5252
'pytest-cov',
5353
'html5lib',
5454
'typed_ast', # for py35-37

0 commit comments

Comments
 (0)