aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-31 00:29:17 +0200
committerKarel Kočí <cynerd@email.cz>2016-03-31 00:29:17 +0200
commit2a8ad733fb5dc2e763256207332e42c90a3d6a6d (patch)
tree662f4ada3b65780660a43a868e7ae97181da0792 /.travis.yml
parent7c635fe498b2c7d158a44ceaa525fe7317adb079 (diff)
downloadmcserver-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.yml8
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