diff options
-rwxr-xr-x | .ci/plot.sh (renamed from .travis/plot.sh) | 0 | ||||
-rw-r--r-- | .travis.yml | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/.travis/plot.sh b/.ci/plot.sh index 091abab..091abab 100755 --- a/.travis/plot.sh +++ b/.ci/plot.sh diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 121a98e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -python: - - '3.4' - - '3.5' - - '3.6' - - '3.7' -jobs: - fast_finish: true -script: ./.travis/plot.sh |