diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 23de4259..00000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - 2.6 - - 2.7 - - 3.3 -env: HTTPBIN_URL=http://httpbin.org/ -script: invoke test -install: - - pip install -r requirements.txt -notifications: - email: false