Test py36 instead of py34

This commit is contained in:
Anthony Sottile 2017-01-20 20:41:55 -08:00
parent 5da199bb8d
commit bec44063b0
4 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.4
#!/usr/bin/env python3
"""This is a script to install git-lfs to a tempdir for use in tests"""
import io
import os.path