Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update heroku + travis to python 3.7 #3240

Merged
merged 4 commits into from May 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
dist: xenial
language: python

python:
- "3.6"
- "3.7"

addons:
postgresql: "9.6"
Expand Down Expand Up @@ -60,6 +61,8 @@ matrix:
- name: Percy tests
if: NOT TRAVIS_PULL_REQUEST_BRANCH =~ /^(dependabot\/)/
before_install:
# libgconf is required by cypress
- sudo apt-get install -y libgconf-2-4
- nvm install --lts=carbon
- nvm use --lts=carbon
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ If you installed [Python with Homebrew](https://docs.brew.sh/Homebrew-and-Python

### Check your environment

- `python --version` should return 3.6 or higher,
- `python --version` should return 3.7 or higher,
- `pipenv --version` should return 11.10 or higher,
- `invoke --version` should return 0.22.1 or higher.

Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
@@ -1 +1 @@
python-3.6.8
python-3.7.3