Skip to content

Commit

Permalink
added testing with pypy3 and nightly, they are allowed to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Aug 9, 2015
1 parent 4e62ca1 commit 3a42a3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -6,11 +6,19 @@ python:
- 3.3
- 3.4
- pypy
- pypy3
- nightly

env:
- DJANGO_VERSION=1.7.9
- DJANGO_VERSION=1.8.3

matrix:
allow_failures:
- python: pypy
- python: pypy3
- python: nightly

install:
- pip install -q -r requirements.txt
- pip install -q coveralls
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -10,3 +10,4 @@ Future development might involve:
- Using websockets
- More structure on the javascript, for instance using backbone.js
- Test coverage on javascript
- Running the whole thing from docker.

0 comments on commit 3a42a3b

Please sign in to comment.