diff options
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 |