pysnmp-sky/.travis.yml

19 lines
253 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
# - "pypy"
# - "pypy3"
install:
- pip install -r requirements.txt
- pip install pysnmp-mibs
- pip install --no-deps .
script:
- sh runtests.sh