diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-10-09 17:44:01 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-10-09 17:44:57 -0400 |
commit | 37054197a99848d36b302a00c906188e37df8615 (patch) | |
tree | 4d2268a20f541bf5aa0bddb2ebe01bf54bdb4d53 /tasks.py | |
parent | eef08a9dfd4d17323ae6b25acef609b34467b691 (diff) |
Nix travis from tasks
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,7 +3,6 @@ from os.path import join from shutil import rmtree, copytree from invoke import Collection, task -from invocations import travis from invocations.checks import blacken from invocations.docs import docs, www, sites from invocations.packaging.release import ns as release_coll, publish @@ -142,7 +141,6 @@ ns = Collection( www, sites, count_errors, - travis, blacken, ) ns.configure( @@ -157,6 +155,5 @@ ns.configure( www.configuration()["sphinx"]["source"], "changelog.rst" ), }, - "travis": {"black": {"version": "18.6b4"}}, } ) |