Skip to content

Commit a469fb2

Browse files
committed
add more pythons
1 parent bfdff28 commit a469fb2

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- '2.6'
44
- '2.7'
5+
- '3.3'
6+
- '3.4'
7+
- 'pypy'
58
before_install:
69
- sudo sh -c "echo 'deb http://dev.monetdb.org/downloads/deb/ precise monetdb' > /etc/apt/sources.list.d/monetdb.list"
710
- wget --output-document=- http://dev.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add -

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[tox]
2+
envlist = py26,py27,py34,pypy
3+
4+
[testenv]
5+
deps =
6+
pytest
7+
mock
8+
coverage
9+
commands=py.test
10+

0 commit comments

Comments
 (0)