mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Build on Python 3.6, don't build on 3.2
This commit is contained in:
@@ -2,10 +2,10 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.2"
|
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install pep8
|
- pip install pep8
|
||||||
|
|||||||
Reference in New Issue
Block a user