aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 22:21:47 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 22:21:47 -0700
commita212afe2b09c9160b4221cad0827fcefd016328b (patch)
tree3aa4f433ea9d579b44ee662bf12ef4b959dc2022 /.travis.yml
parent4e75eb45c2aaee045f15be4818c097a60f59036c (diff)
downloadcryptography-a212afe2b09c9160b4221cad0827fcefd016328b.tar.gz
cryptography-a212afe2b09c9160b4221cad0827fcefd016328b.tar.bz2
cryptography-a212afe2b09c9160b4221cad0827fcefd016328b.zip
Remove duplicate jobs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3840f486..e882403a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,10 @@ matrix:
- os: osx
env: TOX_ENV=py3pep8
compiler: clang
+ - os: osx
+ env: TOX_ENV=doc8
+ compiler: clang
+
- os: linux
env: TOX_ENV=docs
compiler: clang
@@ -59,3 +63,6 @@ matrix:
- os: linux
env: TOX_ENV=py3pep8
compiler: clang
+ - os: linux
+ env: TOX_ENV=doc8
+ compiler: clang