Skip to content

Commit

Permalink
using py27, py35 and pypy in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Shubernetskiy committed Feb 29, 2016
1 parent 53fadf0 commit 216b0b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,15 +1,13 @@
language: python

python:
- "3.4"
- "3.5"
- "2.7"
- "pypy"
- "pypy3"

env:
- "$DJANGO='django<1.7'"
- "$DJANGO='django<1.8'"
- "$DJANGO='django<1.9'"
- "$DJANGO='django<1.10'"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
Expand Down

0 comments on commit 216b0b5

Please sign in to comment.