diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 243ce2a9..fafcbd3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,6 @@ matrix: - python: 3.3 notifications: email: false -env: - - DEPS=false - - DEPS=true install: - "pip install nose nose-cov --use-mirrors" - "make gpgkey" |