Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add appveyor testing for python 3.4 and below #667

Merged
merged 2 commits into from
Nov 1, 2016

Conversation

fourplusone
Copy link
Contributor

Also fixes garbage collection issue for ConflictCollection

* Create python-33.yml

* Delete python-33.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Use weakref for conflicts caching

To prevent GC issues for python <= 3.3, use a weak reference for Index._conflicts

* Update index.py

* Update appveyor.yml
@fourplusone
Copy link
Contributor Author

Appveyor seems to have a problem here:
Exception calling "UploadFile" with "2" argument(s): "The remote server returned an error: (500) Internal Server Error."
I don't know if it's an error within the build script or a temporary appveyor issue

@jdavid jdavid merged commit 44ef9ad into libgit2:master Nov 1, 2016
@@ -3,16 +3,25 @@ image: Visual Studio 2015
configuration: Release
environment:
matrix:
- ARCH: 32
GENERATOR: 'Visual Studio 11'
- GENERATOR: 'Visual Studio 10'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants