uritemplates also missing from oauth2client setup.
diff --git a/Makefile b/Makefile
index c4edbbe..7474bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@
 	-sudo rm -rf snapshot/
 	mkdir snapshot
 	python expandsymlinks.py --source=oauth2client --dest=snapshot/oauth2client
+	python expandsymlinks.py --source=uritemplate --dest=snapshot/uritemplate
 	cp setup_oauth2client.py snapshot/setup.py
 	cp MANIFEST_oauth2client.in snapshot/MANIFEST.in
 	cp README_oauth2client snapshot/README
diff --git a/tox.ini b/tox.ini
index e2e99ba..aa1b36c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27
+envlist = py27
 
 [testenv]
 deps = keyring