Skip to content

Commit

Permalink
Merge 4a1c369 into 26a8846
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 25, 2020
2 parents 26a8846 + 4a1c369 commit 716c924
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pydl/pydlutils/yanny.py
@@ -1,4 +1,4 @@
(str,)# Licensed under a 3-clause BSD style license - see LICENSE.rst
# Licensed under a 3-clause BSD style license - see LICENSE.rst
# -*- coding: utf-8 -*-
"""This module corresponds to the yanny directory in idlutils.
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Expand Up @@ -11,10 +11,17 @@ requires =
setuptools >= 30.3.0
pip >= 19.3.1
setuptools_scm
tox-pypi-filter >= 0.12
isolated_build = true

[testenv]

# The following option combined with the use of the tox-pypi-filter above allows
# project-wide pinning of dependencies, e.g. if new versions of pytest do not
# work correctly with pytest-astropy plugins. Most of the time the pinnings file
# should be empty.
pypi_filter = https://raw.githubusercontent.com/astropy/ci-helpers/master/pip_pinnings.txt

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

Expand Down

0 comments on commit 716c924

Please sign in to comment.