summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2017-08-07 18:19:51 +0200
committerRyan Petrello <rpetrell@redhat.com>2017-08-07 18:19:51 +0200
commit4bc5858ab426c3d8d341f74d0542cc8ed8da489d (patch)
treed374e2a1991d90579cb5d052385a6bc2e1a94434 /tox.ini
parentMerge pull request #195 from jlmitch5/colorAuditFixes32 (diff)
downloadawx-4bc5858ab426c3d8d341f74d0542cc8ed8da489d.tar.xz
awx-4bc5858ab426c3d8d341f74d0542cc8ed8da489d.zip
replace PyCrypto usage w/ crytography; ansible no longer bundles it
see: https://github.com/ansible/ansible-tower/issues/7395
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 53178e1a4b..f1ddaaeb8b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,8 +11,6 @@ envlist =
basepython = python2.7
setenv =
DJANGO_SETTINGS_MODULE = awx.settings.development_quiet
- # For OS X to be able to install pycrypto.
- # CFLAGS = -I/opt/local/include
SWIG_FEATURES = -cpperraswarn -includeall -I/usr/include/openssl
HOME = {homedir}
USERPROFILE = {homedir}