From cd5c14b7e5646f69b19c3e2c672fda5738c455c1 Mon Sep 17 00:00:00 2001 From: dpryan79 Date: Tue, 21 Aug 2018 10:05:06 +0200 Subject: [PATCH] PEP8 and display the version --- .travis.yml | 1 + setup.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15ac1a7ac..68b123d58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ install: # command to run tests script: + - deeptools --version - if [[ ${TESTGALAXY:-"0"} == "0" ]] ; then flake8 . --exclude=.venv,.build,foo,build,deeptoolsintervals/__init__.py --ignore=E501,F403,E402,F999,F405,E722 ; fi - if [[ ${TESTGALAXY:-"0"} == "0" ]] ; then export owd=`pwd` ; fi - if [[ ${TESTGALAXY:-"0"} == "0" ]] ; then cd ~/ && nosetests --with-doctest -sv deeptools ; fi diff --git a/setup.py b/setup.py index 5182ea4ff..1e9c8561a 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -import os -import subprocess import re from distutils import sysconfig import glob