summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2017-08-29 11:29:39 -0700
committerjason kirtland <jek@discorporate.us>2017-08-29 11:32:24 -0700
commit59ff55fe2e31e28e0627eb419afb93cd0632fa4a (patch)
tree1ab25826907e0cdc042425a3cfbc897b144bd039 /.travis.yml
parent2b013624675b6913a43d697b566febc15572f295 (diff)
downloadblinker-59ff55fe2e31e28e0627eb419afb93cd0632fa4a.tar.gz
Fix: Add Pythons 3.2, pypy and pypy3 to travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a19161..3005f7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,12 @@ language: python
python:
- "2.6"
- "2.7"
+ - "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
+ - "pypy"
+ - "pypy3"
-# command to install dependencies
-install:
- - "pip install ."
-
-# command to run tests
script: pytest