diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-31 00:29:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-31 00:29:17 +0200 |
commit | 2a8ad733fb5dc2e763256207332e42c90a3d6a6d (patch) | |
tree | 662f4ada3b65780660a43a868e7ae97181da0792 /.travis.yml | |
parent | 7c635fe498b2c7d158a44ceaa525fe7317adb079 (diff) | |
download | mcserver-wrapper-2a8ad733fb5dc2e763256207332e42c90a3d6a6d.tar.gz mcserver-wrapper-2a8ad733fb5dc2e763256207332e42c90a3d6a6d.tar.bz2 mcserver-wrapper-2a8ad733fb5dc2e763256207332e42c90a3d6a6d.zip |
Setting up Python package
Adding support for installing using pip. This will be default way to
install mcwrapper.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3831523..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: "3.5" -install: - - "pip install pep8" - - "pip install pyflakes" - - "sudo apt-get install openjdk-7-jre" - -script: tests/all.sh |