Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Sep 7, 2018
1 parent b90bc64 commit c767b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ init:

install:
- '%PYTHON_ROOT%\\Scripts\\conda install -y -c conda-canary -c defaults -c conda-forge python=%PYTHON_VERSION% pycosat conda requests ruamel_yaml pytest pytest-cov pytest-timeout mock responses pexpect pywin32'
- "%PYTHON_ROOT%\\Scripts\\conda install -yq conda-build"
- "%PYTHON_ROOT%\\Scripts\\conda install -yq conda-build=3.13"
# conda install -y -c defaults -c conda-forge pytest pytest-cov pytest-timeout mock responses pexpect xonsh
# TODO: add xonsh for PY3 builds
- "%PYTHON_ROOT%\\Scripts\\pip install codecov==2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion conda/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def __init__(self, environment_location, **kwargs):
'gid': os.getegid(),
})
super(EnvironmentNotWritableError, self).__init__(message, **kwargs)


class CondaDependencyError(CondaError):
def __init__(self, message):
Expand Down

0 comments on commit c767b22

Please sign in to comment.