remove unused CI conf files

This commit is contained in:
nicoco 2023-07-19 20:21:51 +02:00
parent 7732af8991
commit 0b6496a7b1
2 changed files with 0 additions and 12 deletions

View File

@ -1,7 +0,0 @@
language: python
python:
- "3.7"
- "3.8-dev"
install:
- "pip install ."
script: testall.py

View File

@ -1,5 +0,0 @@
[tox]
envlist = py34
[testenv]
deps = nose
commands = nosetests --where=tests --exclude=live -i slixtest.py