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