mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Merge pull request #336 from untitaker/fix-py33-hypothesis
Install enum for Py33
This commit is contained in:
commit
2c3af41fa6
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