Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

[GLOBAL]
pants_version = "2.0.0b0"
pants_version = "2.0.0b1"
pantsd = true # Enable the Pants daemon for better performance.

backend_packages.add = [
Expand All @@ -15,17 +15,14 @@ backend_packages.add = [
'pants.backend.python.lint.isort',
]

# This ensures that the result of `./pants binary` is always unique.
# This ensures that the result of `./pants binary` is always unique. It will become the default in
# Pants 2.1.
pants_distdir_legacy_paths = false

[source]
# The Python source root is the repo root. See https://www.pantsbuild.org/docs/source-roots.
root_patterns = ["/"]

[subprocess-environment]
# We pass through these environment variables to subprocesses.
env_vars = ["LANG", "LC_ALL"]

[python-setup]
# The default interpreter compatibility for code in this repo. Individual targets can override
# this with the `compatibility` field. See
Expand Down