summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-11 07:33:47 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-11 07:33:47 -0500
commit6cdff717db007ee9314a7aba780d6f0bd91bb707 (patch)
tree538a45abe8e8e5934d76a7044f8b04db91bb7541
parent11bf4b911d0f154ff1934d53daeedc1c7b06ae44 (diff)
downloadpyopenssl-6cdff717db007ee9314a7aba780d6f0bd91bb707.tar.gz
"setup.py test" will install dependencies and unittest2 is no longer necessary
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 81916ca..659677a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,5 @@ python:
- "3.2"
- "3.3"
-install:
- - pip install --verbose .
- - pip install --verbose unittest2
-
script:
- python setup.py test