1
0
mirror of https://github.com/jfilter/clean-text.git synced 2021-09-19 22:32:58 +03:00

don't test for 3.5 on travis (cause it requires a setup.py)

This commit is contained in:
Johannes Filter
2020-07-24 21:47:48 +02:00
parent a1990a2287
commit 28d379b478

View File

@@ -1,9 +1,9 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
- "3.9-dev"
# command to install dependencies
install: