10000 Remove venv from CI target · sangsiri/twilio-python@fc77e19 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc77e19

Browse files
author
Carlos Diaz-Padron
committed
Remove venv from CI target
1 parent 5ddefe6 commit fc77e19

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
@@ -21,7 +21,7 @@ test: analysis
2121
. venv/bin/activate; \
2222
find tests -type d | xargs nosetests
2323

24-
ci: analysis
24+
ci:
2525
flake8 --ignore=E123,E126,E128,E501,W391,W291,W293,F401 tests
2626
flake8 --ignore=F401,W391,W291,W293 twilio --max-line-length=300
2727
find tests -type d | xargs nosetests

0 commit comments

Comments
 (0)
0