Skip to content

Commit

Permalink
Try to fix broken TravisCI (before we move to Github actions, maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kaiser committed Jun 19, 2020
1 parent 1206503 commit b6ef84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
os: linux
dist: xenial
services:
- mysql
- postgresql
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'Pillow', # thumbnail filter in depot tween tests
'py>=1.4.29',
'pyquery',
'pytest<5', # see #563
'pytest>=4.6<5', # see #563
'pytest-cov',
'pytest-pep8>=1.0.6',
'pytest-travis-fold',
Expand All @@ -92,7 +92,7 @@
'repoze.sphinx.autointerface',
'sphinx_rtd_theme',
'setuptools-git', # needed to make "python setup.py install" on rtd.
'pytest', # needed for kotti.testing apidocs
'pytest>=4.6<5', # needed for kotti.testing apidocs
]

setup_requires = [
Expand Down

0 comments on commit b6ef84e

Please sign in to comment.