Skip to content

Commit 5828261

Browse files
committed
remove pytest-warnings
maybe this is what's pinning pytest to 3.3
1 parent e206315 commit 5828261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ python:
99
sudo: false
1010
install:
1111
- pip install --upgrade setuptools pip
12-
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov 'coverage<5'
12+
- pip install --upgrade --pre -e .[test] pytest-cov codecov 'coverage<5'
13+
- pip freeze
1314
script:
1415
- py.test --cov jupyter_client jupyter_client
1516
after_success:

0 commit comments

Comments
 (0)