Skip to content

Commit

Permalink
Remove py3 from travis config for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesimon committed Apr 17, 2014
1 parent 7359ca4 commit 9ba5a70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO=1.5.5
- DJANGO=1.6.2
Expand All @@ -10,7 +9,3 @@ install:
- python setup.py -q install
script:
- python setup.py test
matrix:
exclude:
- python: "3.4"
env: DJANGO=1.5.5

0 comments on commit 9ba5a70

Please sign in to comment.