Skip to content

Commit

Permalink
Merge pull request #90 from innogames/travis_python_versions
Browse files Browse the repository at this point in the history
task: Update distribute and python versions for tests
  • Loading branch information
kofrezo committed May 28, 2020
2 parents b455b53 + cbee905 commit f29c8b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.5
version: 3.7
# Remove this once rtd merged Pipfile support:
# https://github.com/readthedocs/readthedocs.org/pull/4783
install:
Expand Down
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
dist: trusty
dist: bionic
sudo: false
services:
- postgresql
addons:
postgresql: "9.6"
language: python
python:
- "3.4"
- "3.5"
- "3.5" # Required for Debian Stretch support
- "3.6"
- "3.7"
# - "3.8" Django 1.10 does not support 3.8 we need to upgrade it first
install:
- pip install --upgrade pip
- pip install pipenv
- pipenv lock
- pipenv install --dev
Expand Down

0 comments on commit f29c8b6

Please sign in to comment.