Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down