Build for Python 2.7 and 3.7 on AppVeyor

This commit is contained in:
Oliver Hamlet
2018-12-13 17:20:57 +00:00
parent 61a74b6984
commit 6579eb5178
3 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ A Python module that wraps the LOOT API, generated by [pybind11](https://github.
Snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/loot-api-python). The snapshot build archives are named like so:
```
loot_api_python-<short revision ID>-win32.7z
loot_api_python-<short revision ID>-python<python version>-win<architecture>.7z
```
For example `loot_api_python-94de368-win32.7z` was built using the revision with shortened commit ID `94de368`.
For example `loot_api_python-94de368-python2.7-win32.7z` was built using the revision with shortened commit ID `94de368`.
## Documentation