Skip to content

Commit

Permalink
Tweaking travis for Django 1.6 and 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Jun 24, 2015
1 parent ad7dd66 commit 7819d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ install:
- "sed -e 's/#binary_raster_comparison_enabled=false/binary_raster_comparison_enabled=false/' -i autotest/conf/eoxserver.conf"
- 'echo "disabled_tests=WCS20GetCoverageSubsetEPSG4326ResolutionInvalidAxisDatasetFaultTestCase,WCS20GetCoverageReferenceableDatasetGeogCRSSubsetTestCase,WCS20GetCoverageReferenceableDatasetGeogCRSSubsetExceedsExtentTestCase,WCS20GetCoverageOutputCRSotherUoMDatasetTestCase,WCS20GetCoverageJPEG2000TestCase,WCS20DescribeEOCoverageSetIncorrectSpatialSubsetFaultTestCase,WCS10DescribeCoverageMosaicTestCase,WCS10DescribeCoverageDatasetTestCase,WPS10ExecuteComplexDataTIFBase64InMemTestCase" >> autotest/conf/eoxserver.conf'
script:
- python manage.py test core -v2
- python manage.py test backends -v2
- python manage.py test coverages -v2
- python manage.py test --pythonpath=../eoxserver/ core -v2
- python manage.py test --pythonpath=../eoxserver/ backends -v2
- python manage.py test --pythonpath=../eoxserver/resources coverages -v2
- python manage.py test autotest_services -v2
- python manage.py test autotest_coverages -v2
notifications:
Expand Down

0 comments on commit 7819d97

Please sign in to comment.