mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-01 10:05:50 +00:00
Install enum for Py33
This commit is contained in:
parent
f81f248dde
commit
ecadc430b8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -28,6 +28,7 @@ install-servers:
|
|||
|
||||
install-test: install-servers
|
||||
pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack
|
||||
(python --version | grep -vq 'Python 3.3') || pip install enum34
|
||||
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue