Skip to content

Commit bb1e513

Browse files
committed
pypy and nightly
1 parent e89ff25 commit bb1e513

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.2"
6-
- "3.3"
7-
- "3.4"
3+
- 2.6
4+
- 2.7
5+
- 3.2
6+
- 3.3
7+
- 3.4
8+
- pypy
9+
- pypy3
10+
- nightly
811
install:
912
- pip install -r requirements.txt
1013
script:

0 commit comments

Comments
 (0)