diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 845f994..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: python -os: linux -dist: xenial -python: - - 2.7 - - 3.4 - - 3.5 - - 3.6 - - 3.7 - - 3.8 -install: - - pip install --upgrade setuptools - - pip install --upgrade pip - - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements/python2.txt; fi - - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements/python3.txt; fi - - pip install coveralls - - pip install codeclimate-test-reporter - - pip install -e . -script: - - nosetests -v -w ipwhois --include=online --exclude=stress --with-coverage --cover-package=ipwhois -after_success: - - coveralls --rcfile=.coveragerc - - codeclimate-test-reporter