Skip to content

Commit

Permalink
No unit tests for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeusb committed Apr 21, 2014
1 parent 4b2feeb commit 03bfe2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- pip install . --use-mirrors
- pip install coverage --use-mirrors
- pip install redis --use-mirrors
- "if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install unittest2 pylibmc --use-mirrors; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then pip install pylibmc --use-mirrors; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == 3.3* ]]; then pip install python3-memcached --use-mirrors; fi"
script: nosetests --with-coverage --cover-package=flask_cache
Expand Down

0 comments on commit 03bfe2a

Please sign in to comment.