test on all supported python versions

This commit is contained in:
Hellowlol 2017-01-29 01:48:16 +01:00
parent 2efb49177f
commit afba8fdfb6

View file

@ -2,7 +2,10 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.3"
- "3.4"
- "3.5" - "3.5"
- "3.6"
before_install: before_install:
- pip install -U pytest pytest-cov - pip install -U pytest pytest-cov