mirror of https://github.com/MISP/misp-modules
fix: Python version in Travis
parent
f29515f86c
commit
545589373c
|
@ -11,7 +11,8 @@ python:
|
|||
- "3.5-dev"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "nightly"
|
||||
- "3.7"
|
||||
- "3.7-dev"
|
||||
|
||||
install:
|
||||
- pip install -U nose codecov pytest
|
||||
|
|
Loading…
Reference in New Issue