From cc119c8e27c12c501331804168d1555ddfc68790 Mon Sep 17 00:00:00 2001 From: Frederick Robinson Date: Sun, 1 Sep 2024 23:22:59 -0700 Subject: [PATCH] remove travis --- .travis.yml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b423e840..00000000 --- a/.travis.yml +++ /dev/null @@ -1,45 +0,0 @@ -language: python -matrix: - include: - # Ubuntu 18.04 LTS (Bionic Beaver) - - dist: bionic - python: pypy3 - - dist: bionic - python: 3.6 - - dist: bionic - python: 3.7 - - dist: bionic - python: 3.8 - - dist: bionic - python: 3.9 - - dist: bionic - python: 3.9-dev - - dist: bionic - python: nightly - # Ubuntu 20.04 LTS (Focal Fossa) - - dist: focal - python: pypy3 - - dist: focal - python: 3.6 - - dist: focal - python: 3.7 - - dist: focal - python: 3.8 - - dist: focal - python: 3.9 - - dist: focal - python: 3.9-dev - - dist: focal - python: nightly -before_install: -- sudo apt-get update -qq -- sudo apt-get install -qq glpk-utils - -install: -- pip install . -- pip install -r requirements-dev.txt - -script: - - pulptest - - mypy ./ - - black . --check