mirror of
https://github.com/dnet/pySSTV.git
synced 2026-01-06 00:30:19 +01:00
Travis CI: extended Python version coverage
This commit is contained in:
parent
5d3b11a144
commit
72ffc80aad
|
|
@ -1,6 +1,11 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
sudo: false
|
||||
install: "pip install -r requirements.txt"
|
||||
script: nosetests
|
||||
|
|
|
|||
Loading…
Reference in a new issue