Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
allow failures in Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 3, 2014
1 parent a1622c6 commit c2ca6ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
env:
- DJANGO_PACKAGE="Django<1.5"
- DJANGO_PACKAGE="Django<1.7"
services: mongodb
install: pip install pymongo nose name_tools validictory scrapelib jellyfish $DJANGO_PACKAGE pytz icalendar boto python-dateutil -e hg+https://bitbucket.org/jespern/django-piston#egg=django-piston -e git://github.com/jdunck/python-unicodecsv.git#egg=unicodecsv --use-mirrors
Expand All @@ -14,3 +14,6 @@ notifications:
- jturk@sunlightfoundation.com
- paultag@sunlightfoundation.com
- tneale@sunlightfoundation.com
matrix:
allow_failures:
- python: "3.3"
23 changes: 1 addition & 22 deletions tox.ini
@@ -1,26 +1,5 @@
[tox]
envlist = py27-django14,py27-django16

[testenv:py27-django14]
whitelist_externals=cp
commands =
cp billy_test_settings.py billy_settings.py
nosetests
django-admin.py test api --settings=billy.tests.django_settings --pythonpath=.
deps =
pymongo
nose
name_tools
validictory
scrapelib
jellyfish
unicodecsv==0.9.0
pytz
icalendar
boto
python-dateutil
hg+https://bitbucket.org/jespern/django-piston#egg=django-piston
Django>=1.4,<1.5
envlist = py27-django16

[testenv:py27-django16]
whitelist_externals=cp
Expand Down

0 comments on commit c2ca6ae

Please sign in to comment.