From 7c02b87ca474f779d62bb84d42a4fab17b1554d1 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Sun, 27 Oct 2013 22:37:14 -0400
Subject: [PATCH] Use the proper thing here

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3decc7d2..a9a0baf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ env:
   - TOXENV=py32 SODIUM_INSTALL=system CC=clang
   - TOXENV=py33 SODIUM_INSTALL=system CC=clang
   - TOXENV=pypy SODIUM_INSTALL=system CC=clang
-  - docs
+  - TOXENV=docs
 
 install:
   # Add the PyPy repository
-- 
GitLab