mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-07 07:13:54 +00:00
Travis CI: extended Python version coverage
This commit is contained in:
parent
5d3b11a144
commit
72ffc80aad
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue