Merge pull request #1545 from SteadBytes/contrib-python3
Move Contrib Scripts to Python3
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
language: python
|
||||
dist: xenial
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
@@ -14,6 +13,7 @@ before_install:
|
||||
install:
|
||||
- pip install -q pillow
|
||||
- pip install -q numpy
|
||||
- pip install -q networkx
|
||||
- python3 setup.py build
|
||||
before_script:
|
||||
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/
|
||||
|
||||
Reference in New Issue
Block a user