Skip to content

Commit

Permalink
MNT: Install enum34 from conda-forge for AppVeyor
Browse files Browse the repository at this point in the history
Otherwise, it's currently installing old versions of stuff.
  • Loading branch information
dopplershift committed Nov 7, 2018
1 parent aa07904 commit 503c5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- cmd: activate devel
- cmd: python --version
- cmd: conda list
- cmd: if %PYTHON_VERSION% == 2.7 conda install enum34
- cmd: if %PYTHON_VERSION% == 2.7 conda install -c conda-forge enum34
- cmd: pip install ".[test,doc,examples]"

# Skip .NET project specific build phase.
Expand Down

0 comments on commit 503c5ab

Please sign in to comment.