Skip to content

Commit 5fdb524

Browse files
committed
Merge branch 'travis-ci' of https://github.com/jayvdb/ndg_httpsclient into jayvdb-travis-ci
2 parents 36092f9 + e9b2702 commit 5fdb524

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- 2.6
4+
- 2.7
5+
- 3.3
6+
- 3.4
7+
- 3.5
8+
- nightly
9+
- pypy-5.3
10+
- pypy3.3-5.2-alpha1
11+
script:
12+
- python setup.py install

0 commit comments

Comments
 (0)