mirror of https://github.com/MISP/misp-modules
remove Python 3.4 and Python 3.7 added
parent
5ad7211a0d
commit
3fd58537f6
|
@ -6,11 +6,12 @@ services:
|
|||
cache: pip
|
||||
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.5-dev"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "3.7"
|
||||
- "3.7-dev"
|
||||
|
||||
install:
|
||||
- pip install -U nose codecov pytest
|
||||
|
|
Loading…
Reference in New Issue