diff options
| author | Fulgen301 <tokmajigeorge@gmail.com> | 2017-11-25 16:13:58 +0100 |
|---|---|---|
| committer | Fulgen301 <tokmajigeorge@gmail.com> | 2017-11-25 16:15:19 +0100 |
| commit | 720a3f0690577860ba1211bbbc32df6e9b25676f (patch) | |
| tree | cbb47d807486b0df2a2ba56365d39cb56fb5a878 /.travis.yml | |
| parent | a408331cc5b0cc2e607dfe9cb633578635494747 (diff) | |
| download | pycrctrl-720a3f0690577860ba1211bbbc32df6e9b25676f.tar.gz pycrctrl-720a3f0690577860ba1211bbbc32df6e9b25676f.zip | |
Fix travis build
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f67af66..7f890b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python
python:
- - 3.5
- 3.6
- "nightly"
script:
- python -c "from pycrctrl import *"
\ No newline at end of file + python pycrctrl.py dummy dummy
|
