Skip to content

Commit

Permalink
[-] Tweaked the travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoa committed Jul 20, 2013
1 parent c3b692b commit dfb98eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,11 +7,11 @@ env:
- DV=1.3.7 CV=1.1.2
- DV=1.4.5 CV=1.1.4
- DV=1.4.5 CV=1.1.2
- DV=1.5.1 CV=1.1.4
- DV=1.5.1 CV=1.2.1
- DV=1.5.1 CV=1.2.2
install:
- pip install Django==$DV
- pip install django-categories==$CV
- pip install Django==$DV
- pip install -e .
- pip install BeautifulSoup django-staticfiles south
script:
Expand Down

0 comments on commit dfb98eb

Please sign in to comment.