add 'alias' command for querying and setting the alias (#126)

* add 'alias' command for querying and setting the alias

* calculate coverage only on library files, e.g., ignoring cli and test files

* remove py34 and add py37

* readd py33, remove it from travis as it seems to be a travis limitation only

* use xenial dist for travis, regular does not support py37..
This commit is contained in:
Teemu R
2018-08-13 20:37:43 +02:00
committed by GitHub
parent a6d515b5cb
commit ab103c3a1a
3 changed files with 24 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
sudo: false
language: python
dist: xenial
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"