summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-05-15 09:48:30 -0700
committerLaurens Van Houtven <_@lvh.io>2015-05-15 09:48:30 -0700
commitdde3a8b8997046a567d66cc8e5893c7e208b10ee (patch)
tree342b3e1b1bff26a535d6c05970511b5db6fb8fdb
parentc9159754757765e10ea4b46f9348bd6e6c9c6e13 (diff)
downloadpyopenssl-dde3a8b8997046a567d66cc8e5893c7e208b10ee.tar.gz
Oops, forgot to add pyroma to travis.yml
Thanks @hynek!
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e31ac1..b9f0b0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,6 +56,9 @@ matrix:
- python: "2.7"
env: TOXENV=pyflakes
+ - python: "2.7"
+ env: TOXENV=pyroma
+
# Let the cryptography master builds fail because they might be triggered by
# cryptography changes beyond our control.
# Also allow OS X and 0.9.8 to fail at the moment while we fix these new