From 361b57fa8d235fabca94ed8a9a1cf670bd696d32 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sat, 14 Jul 2018 20:51:48 -0700 Subject: [PATCH] Try to get right package name for smartypants. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd24d4ac..904f8363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ addons: - python3-markdown - python3-pygments - python3-setuptools - - python3-smartypants - ruby-sass + - smartypants # Can't do container-based builds for now because installing the custom # Pygments lexer to generate the docs requires sudo. :( If that changes,