summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fe9320762e8704698e3d3656c8eb7e901bd7557e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python

python:
  - "2.7"
  - "3.4"
  - "3.5"

install:
  - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install BeautifulSoup six nose coverage; fi
  - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install BeautifulSoup4 six nose coverage; fi

script:
  - nosetests