From e573b3020c032400eed60b649a2cbf55266e6bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 16:03:25 +0200 Subject: Add current configurations from old repository --- .../YouCompleteMe/third_party/requests-futures/.travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml (limited to 'vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml') diff --git a/vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml b/vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml new file mode 100644 index 0000000..ada4746 --- /dev/null +++ b/vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - 2.7 + - 3.2 + - 3.3 +env: HTTPBIN_URL=http://httpbin.org/ +script: python test_requests_futures.py +install: pip install -r requirements-python-2.7.txt +notifications: + email: + - rwmcfa1@neces.com -- cgit v1.2.3