From 7b88b8770f0086a99df0166fc193845c45835705 Mon Sep 17 00:00:00 2001 From: Jean Bilheux Date: Thu, 24 Mar 2016 16:35:38 -0400 Subject: [PATCH] still trying to understand why _versioneer can not be found on Travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dd15b5..fe2ce50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,12 +38,9 @@ install: - pip install codecov - pip install rednose - pip install coverage - - pip install flake8 pyflakes script: - nosetests -v --rednose --cover-package=neutronbraggedge --with-coverage - - pyflakes setup.py versioneer.py git_version.py - - flake8 git_version.py versioneer.py # - python tests/getdata.py # - python tests/ivenus/signon.py # - nosetests --exe