diff options
Diffstat (limited to 'vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml')
-rw-r--r-- | vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |