aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/YouCompleteMe/third_party/requests-futures/.travis.yml
blob: ada474606bb1ab4f323610e4d10985fa591f5357 (plain)
1
2
3
4
5
6
7
8
9
10
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