From 538a67dc3afe6272b045d37766b1d9f0a5d5044e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 7 Mar 2018 11:50:47 +1300 Subject: release: cleanup and re-enable all our Travis tests Wheels are yet to come. --- release/rtool.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'release/rtool.py') diff --git a/release/rtool.py b/release/rtool.py index 0eda7e6c..a3f49914 100755 --- a/release/rtool.py +++ b/release/rtool.py @@ -1,11 +1,9 @@ #!/usr/bin/env python3 import contextlib -import fnmatch import os import sys import platform -import re import runpy import shlex import subprocess @@ -14,7 +12,6 @@ import zipfile from os.path import join, abspath, dirname import click -import pysftp # https://virtualenv.pypa.io/en/latest/userguide.html#windows-notes # scripts and executables on Windows go in ENV\Scripts\ instead of ENV/bin/ -- cgit v1.2.3