Skip to content

Commit

Permalink
Removed Python 3.3-specific testing.
Browse files Browse the repository at this point in the history
I believe the way things were setup before my deactivating and re-activating the virtual environment lead to it using Python 2.7 even when it said it was going to use Python 3.3. For now, I can't come up with a good way to test on Python 3 without recompiling numpy each time, which is insanely time consuming.
  • Loading branch information
dan-blanchard committed Apr 4, 2013
1 parent 2c214fd commit 17cc5bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
before_install:
- deactivate
- sudo apt-get update -qq
- sudo apt-get install -qq python3-numpy python3-scipy python3-nose python-numpy python-scipy python-nose
- virtualenv --system-site-packages ~/virtualenv/this
- source ~/virtualenv/this/bin/activate
install:
- "pip install -r Python/requirements.txt --use-mirrors"
script: sh -x run_travis_tests.sh

0 comments on commit 17cc5bb

Please sign in to comment.