Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #451 from bmorris3/patch-4
Browse files Browse the repository at this point in the history
Typo corrections
  • Loading branch information
larrybradley committed Feb 25, 2020
2 parents ab49cf2 + d5b6d21 commit ef4cdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.package_name }}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ isolated_build = true

[testenv]

# Pass through the following environemnt variables which may be needed for the CI
# Pass through the following environment variables which may be needed for the CI
passenv = HOME WINDIR LC_ALL LC_CTYPE CC CI TRAVIS

# Run the tests in a temporary directory to make sure that we don't import
# this package from the source tree
changedir = .tmp/{envname}

# tox environments are constructued with so-called 'factors' (or terms)
# tox environments are constructed with so-called 'factors' (or terms)
# separated by hyphens, e.g. test-devdeps-cov. Lines below starting with factor:
# will only take effect if that factor is included in the environment name. To
# see a list of example environments that can be run, along with a description,
Expand Down

0 comments on commit ef4cdd2

Please sign in to comment.