From c9b178532e177723d13bc96d319f611590e7e375 Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Tue, 7 Jul 2020 21:13:26 -0700 Subject: [PATCH] Remove travis --- .travis.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 984be57..0000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -language: python -cache: pip - -python: -- '2.7' -- '3.5' -- '3.6' -- '3.7' -- '3.8' -- 'nightly' - -matrix: - allow_failures: - - python: 'nightly' - fast_finish: true - -env: - global: - - AWS_BUCKET="tweepy" - - secure: TPQSFGqdl6khXqQqTZ6euROoAmFRnONAlPXD6npvTIIN+fNfnz8lvZtOEWHo2jRPLoU3FyVUhYvTynj6B2hJinulP+RKOMbQ65HCZVHrsitwl1n1QZB5HegQDOYc5q6VTTYn/r8r5tGy35U0O80y1zycTLqSJiXlkdqsSq564pI= - -install: - - pip install .[dev,test] - -script: - - python setup.py nosetests - -after_success: - - if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi - -before_deploy: - - pip install twine - -deploy: - provider: pypi - user: jroesslein - password: - secure: agApkjsKOSkFI6DiNydyW26r8ASFsTsFK/RHsV1F7CqoERoeAaRAehYy9EGW2Jn2aJzNlagDByfh5xNfClXuRh0GoEfOyjj5AmBm4hMrzc3bwsH+IPU3OQhQtS3aFGNmIkaz2Bz+Dcl5zTmV914N3mqcoGpyMtxyn1Hwc0Xgn6Q= - distributions: sdist bdist_wheel - on: - repo: tweepy/tweepy - tags: true -- 2.25.1