home
/
dev
/
repositories
/
python-musicpd.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add test for two worded commands (ie. "tagtypes clear")
[python-musicpd.git]
/
.travis.yml
1
language: python
2
3
branches:
4
only:
5
- dev
6
7
python:
8
- "3.7"
9
- "3.8"
10
- "3.9"
11
12
script: python3 setup.py test