~ubuntu-branches/ubuntu/raring/ipython/raring

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-06-30 15:05:32 UTC
  • mfrom: (1.2.18) (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120630150532-c95s7y8qek15kdbo
Tags: 0.13-1
* New upstream release
  No repackging necessary anymore, js sources available in external
  minified variants are not installed
* refresh patches, drop upstream applied full-qt-imports 
* add except-shadows-builtin-fix.patch
* drop libjs-jquery-ui dependency, use the embedded development branch
* don't compress the examples
* remove executable permissions on embedded codemirror files
* build with LC_ALL=C.UTF-8 to avoid a unicode issue in setupbase.py
* remove generated doc images in clean
* update copyright with new and removed files
* remove unreachable Stephan Peijnik from uploaders
  thank you for your work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Tox (http://tox.testrun.org/) is a tool for running tests
 
2
# in multiple virtualenvs. This configuration file will run the
 
3
# test suite on all supported python versions. To use it, "pip install tox"
 
4
# and then run "tox" from this directory.
 
5
 
 
6
[tox]
 
7
envlist = py26, py27, py32
 
8
 
 
9
[testenv]
 
10
commands =
 
11
    pip install -q --use-mirrors numpy nose
 
12
    easy_install -q pyzmq
 
13
    iptest -w /tmp
 
14
 
 
15
[testenv:py32]
 
16
commands =
 
17
    pip install -q --use-mirrors numpy nose
 
18
    easy_install -q pyzmq
 
19
    iptest3 -w /tmp