From e84a6b1ab60a5d3d8210f8cb86159c58e69bc3e6 Mon Sep 17 00:00:00 2001 From: Stuart Axon Date: Wed, 25 Nov 2020 18:09:04 +0000 Subject: [PATCH] Update .travis.yml Bump python versions. TBH, with travis switching to a pay model no idea if this is viable. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65431e4..957c3c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ language: python python: - - "2.6" - "2.7" - - "3.2" - - "3.3" + - "3.7" + - "3.8" + - "3.9" - "pypy" install: - - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors argparse unittest2; fi - pip install -r requirements_dev.txt --use-mirrors - git clone https://github.com/quantmind/pulsar.git - cd pulsar