Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Move CircleCI + tox to Py37 (#32)
Browse files Browse the repository at this point in the history
Summary:
- Lets testing in the latest and greatest Python 3.
Pull Request resolved: #32

Reviewed By: terrelln

Differential Revision: D15028229

Pulled By: cooperlees

fbshipit-source-id: e5d31216ea1574fa28947d9e1b259f646dcaa3a3
  • Loading branch information
cooperlees authored and facebook-github-bot committed Apr 22, 2019
1 parent 9a86d06 commit 0d6f230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
jobs:
build:
docker:
- image: circleci/python:3.6-stretch
- image: circleci/python:3.7.3-stretch
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36
envlist = py27,py37

[testenv]
deps =
Expand Down

0 comments on commit 0d6f230

Please sign in to comment.