Skip to content

Commit

Permalink
Enable testing on Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 12, 2014
1 parent e022e1d commit c56d541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: nosetests
script: nosetests

0 comments on commit c56d541

Please sign in to comment.