summaryrefslogtreecommitdiff
path: root/drone.sh
blob: af49ce863b40d75fe7296c7d998fefd53c425149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copy of test recipe used on drone.io
#
# Configuration:
#    Language:  Python2.7
#    No Database
#    No Environment Variables
#    Work dir: /home/ubuntu/src/bitbucket.org/Mekk/mercurial-extension_utils
#         (can't change)

pip install Mercurial --use-mirrors
python -m unittest discover tests

pip install tox
tox -e py27-hg27,py27-hg29,py27-hg32,py27-hg33