summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cc63957..c75c65b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,10 @@ matrix:
env: TOXENV=pypi-readme
- python: "2.7"
- env: TOXENV=lint
+ 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.
@@ -71,8 +74,9 @@ matrix:
- env: TOXENV=py34-cryptographyMaster
- env: TOXENV=pypy-cryptographyMaster
- env: OPENSSL=0.9.8 TOXENV=py27
- - env: TOXENV=lint
-
+ - env: TOXENV=pyflakes
+ - env: TOXENV=pyroma
+
install:
- |
if [[ "$(uname -s)" == 'Darwin' ]]; then