1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

Remove travis config

This commit is contained in:
Ivan Habunek 2023-11-19 13:53:24 +01:00
parent ec90077255
commit 540851713c
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -1,13 +0,0 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
install:
- pip install -e .
script: make test