Add dummy script option to Travis conf

This commit is contained in:
Dmitry Sutyagin 2016-08-03 16:43:02 +03:00
parent 1232c97a3f
commit fa78b22b60

View File

@ -2,6 +2,7 @@ language: python
python:
- '2.6'
- '2.7'
script: 'true'
deploy:
provider: pypi
user: f3flight