module: support Python 3 only
parent
9d88df942a
commit
c5fd84e4b9
@ -1,13 +0,0 @@
|
||||
---
|
||||
os: linux
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
|
||||
install:
|
||||
- pip install poetry==1.0.10
|
||||
- poetry install
|
||||
|
||||
script:
|
||||
- make lint
|
||||
- make test
|
Loading…
Reference in New Issue