davidjsherman / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges
Apache License 2.0
0 stars 0 forks source link

Travis build #2

Open davidjsherman opened 3 years ago

davidjsherman commented 3 years ago

The .travis.yml file hasn't been updated in a while, and fails using py27 to install dependencies

davidjsherman commented 3 years ago

Specific failure is watchdog requires Python '>=3.6' but the running Python is 3.5.2

Commands run by Travis:

git clone --depth=50 --branch=devel3 https://github.com/davidjsherman/udocker.git
source ~/virtualenv/python2.7/bin/activate
python --version
pip --version
pip install -U tox-travis
tox