Skip to content

Commit

Permalink
travis-ci config changes
Browse files Browse the repository at this point in the history
moved dev_requirements into a requirements file
removed 3.2 from python versions to check against
  • Loading branch information
OiNutter committed Jan 16, 2013
1 parent bef6ea2 commit e6bd93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,7 @@ language: python
python:
- 2.6
- 2.7
- 3.2
script: nosetests
install:
- pip install -r requirements.txt --use-mirrors
- pip install unittest
- pip install -r dev_requirements.txt --use-mirrors
1 change: 1 addition & 0 deletions dev_requirements.txt
@@ -0,0 +1 @@
unittest==2.7.0

0 comments on commit e6bd93d

Please sign in to comment.