Skip to content

Commit

Permalink
[config] updating Travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Apr 8, 2012
1 parent 75dd7b5 commit 703eec6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ install:
- pip install nose==1.1.2
- pip install django-nose==0.1.3
- pip install coverage==3.5.1
- pip install django-dynamic-fixture==1.6.1
- pip install https://github.com/paulocheque/django-intruder/tarball/master
- pip install --quiet -e .
script:
Expand Down
22 changes: 19 additions & 3 deletions requirements.txt
@@ -1,5 +1,21 @@
# pip install --requirement=requirements.txt
# virtualenv virtualenv-26 -p PATH_TO_PYTHON26
# pip install -r requirements.txt

# virtualenv virtualenv-27 -p PATH_TO_PYTHON27
# pip install -r requirements.txt

# Dependencies
django==1.3.1
coverage==3.5.1

# Testing
nose==1.1.2
django_nose==0.1.3
django-dynamic-fixture==1.4.2
nosexcover==1.0.4
django-dynamic-fixture==1.6.1

# Metrics
coverage==3.5.1

# Code Style
pep8==1.0.1

0 comments on commit 703eec6

Please sign in to comment.