summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2014-02-08 02:19:54 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2014-02-08 02:29:16 -0400
commit8c9adc1805c4983c397bd31745507bc9cceeabce (patch)
tree08fb480a791e735a8cb0dda7eb584636cd09e4f1
parent10d2b370e7556cac99366f802ea345f669a5970e (diff)
downloadpyjwt-8c9adc1805c4983c397bd31745507bc9cceeabce.tar.gz
Add .travis.yml to run tests with tox
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..57f0185
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: python
+python: 2.7
+env:
+ - TOX_ENV=py26
+ - TOX_ENV=py27
+ - TOX_ENV=py32
+ - TOX_ENV=py33
+install:
+ - pip install tox
+script:
+ - tox -e $TOX_ENV \ No newline at end of file