Dropping py33 from CI

This commit is contained in:
Yomguithereal 2018-04-27 14:21:05 +02:00
parent 7f917c596e
commit 4c186e22c1
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View File

@ -13,5 +13,5 @@ lint:
unit:
@echo Running unit tests...
python -m pytest -s
pytest -s
@echo