Skip to content

Commit

Permalink
Merge pull request DataBrewery#214 from byronyi/master
Browse files Browse the repository at this point in the history
add travis-ci test for py3k
  • Loading branch information
Stiivi committed Aug 23, 2014
2 parents 600acf5 + 00622e3 commit 96323f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
- 2.7
- 3.3
- 3.4
install: pip install -r requirements-optional.txt --use-mirrors
script: python setup.py develop && python setup.py test

0 comments on commit 96323f3

Please sign in to comment.