From e6c7be4cd75047eff4a1d656c5b9584ec2d038db Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.cc> Date: Mon, 7 Jul 2014 16:51:14 +0200 Subject: [PATCH] Use new testenv name in travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6abe79e5..75f0ebc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - TOXENV=py33 SODIUM_INSTALL=system CC=clang - TOXENV=pypy SODIUM_INSTALL=system CC=clang - TOXENV=docs - - TOXENV=pep8 + - TOXENV=meta install: # Add the PyPy repository -- GitLab