Skip to content

Commit b1304d0

Browse files
committed
Merge pull request #9 from marpaia/travis-settings
Messing with travis settings
2 parents 1bbbadf + bb1e513 commit b1304d0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.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)