Skip to content

Commit 8ccfd81

Browse files
committed
travisci: experiment with travis improvements (new container build)
1 parent c32634c commit 8ccfd81

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ python:
44
- "2.6"
55
- "2.7"
66

7+
os:
8+
- linux
9+
- osx
10+
11+
sudo: false
12+
713
install:
814
- "pip install 'argparse>=1.2.1' --allow-all-external"
915
- pip install pyopenssl
1016
- python setup.py -q install
1117
- pip install coverage pytest-cov coveralls --use-mirrors
1218

13-
script:
19+
script:
1420
python setup.py test
1521

1622
after_success:

0 commit comments

Comments
 (0)