aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 08:13:57 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 08:13:57 -0700
commit6b0eb72108d8724705415ea7120df25429f3f641 (patch)
tree94a7ea5183f27afa709ec9abc1342ec712c622a1 /.travis.yml
parentd21da6771942eb4675b85c4465efadc8035c911d (diff)
downloadcryptography-6b0eb72108d8724705415ea7120df25429f3f641.tar.gz
cryptography-6b0eb72108d8724705415ea7120df25429f3f641.tar.bz2
cryptography-6b0eb72108d8724705415ea7120df25429f3f641.zip
Removed most of the C files. We'll add them back as needed.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b70ce55b..a09a205f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ install:
- pip install pytest flake8
script:
- py.test
- - flake8 .
+ - "flake8 . --ignore='E128'"