blob: fb280dab8ff5441d277bc366ff6f55eba7cfdf56 [file] [log] [blame]
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
# disable pypy till pyasn1 0.2.4+
# - "pypy3"
install:
- pip install pyasn1
- python setup.py install
script:
- sh runtests.sh