PyMISP/travis/install_travis.sh

9 lines
120 B
Bash
Raw Normal View History

2019-04-25 11:45:46 +02:00
#!/usr/bin/env bash
set -e
set -x
2019-12-18 14:45:14 +01:00
# We're in python3, installing with pipenv.
2020-01-17 11:34:40 +01:00
pip3 install pipenv
2019-12-18 14:45:14 +01:00
pipenv update --dev