diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1ffe496..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: - - "2.7" -# command to install dependencies -install: - - pip install -r requirements.txt - - tar -zxvf dist/ngsphy-1.0.0.tar.gz - - sudo python dist/ngsphy-1.0.0/setup.py install -# command to run tests -script: ngsphy diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 24b49ed..0000000 --- a/requirements.txt +++ /dev/null @@ -1,10 +0,0 @@ -argparse -datetime -ConfigParser -datetime -dendropy -logging -multiprocessing -numpy -scipy -setuptools