Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d0a6ee

Browse files
authored
Merge pull request 0rpc#233 from shiplu/fix-master-build
Using trusty as distro for python 2.6 build
2 parents c86c3bb + 6237243 commit 3d0a6ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: trusty
12
sudo: false
23
language: python
34
python:
@@ -23,6 +24,7 @@ install:
2324
fi
2425
- "pip install nose $PYZMQ"
2526
- pip install .
27+
- pip freeze
2628
script:
2729
- if [ $TRAVIS_PYTHON_VERSION != '2.6' ]; then
2830
flake8 --ignore=E501,E128 zerorpc bin;

0 commit comments

Comments
 (0)