Skip to content

Commit

Permalink
PEP8 and display the version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Aug 21, 2018
1 parent 0aaccdc commit cd5c14b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-

import os
import subprocess
import re
from distutils import sysconfig
import glob
Expand Down

0 comments on commit cd5c14b

Please sign in to comment.