summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-10-19 18:48:59 +0200
committerAndrew Shadura <andrewsh@debian.org>2016-10-19 18:48:59 +0200
commitd8736ad37771257f5e8090072fccfbac90098633 (patch)
tree3b3381d36a5c836030e4143a9916b21223298065 /.travis.yml
parentd8216aeb9c12ea81d9941edc6eff39be32c24aca (diff)
Imported Upstream version 0.15+git20161013
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fe93207
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,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