Skip to content

Commit 8005be9

Browse files
committed
do not install requirements.txt on travis at all
1 parent b1cd596 commit 8005be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install-dev: deps
1212
pip3.6 install flake8-mutable flake8-builtins flake8-mypy bandit bandit-high-entropy-string
1313
pip3.6 install -e .
1414
install-travis:
15-
pip3.6 install -Ur requirements.txt -c .travis/constraints.txt
15+
pip3.6 install flake8-mutable flake8-builtins flake8-mypy bandit bandit-high-entropy-string
1616
uninstall:
1717
pip3.6 uninstall -y iocage
1818
check:

0 commit comments

Comments
 (0)