Codebase list httmock / 4d7f7fa5-da4f-4544-bbd3-e9ac594ad9b7/main .travis.yml
4d7f7fa5-da4f-4544-bbd3-e9ac594ad9b7/main

Tree @4d7f7fa5-da4f-4544-bbd3-e9ac594ad9b7/main (Download .tar.gz)

.travis.yml @4d7f7fa5-da4f-4544-bbd3-e9ac594ad9b7/mainraw · history · blame

os: linux
arch:
 - amd64
 - ppc64le
language: python
python:
    - 2.7
    - pypy
    - 3.4
    - 3.5
    - 3.6
    - 3.7
    - 3.8
jobs: 
  exclude:
    - arch: ppc64le
      python: pypy
install:
    - "pip install requests"
script: nosetests