mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-23 15:24:30 +01:00
only check py3.4 for now
This commit is contained in:
@@ -4,11 +4,11 @@ os: linux
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
# - "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.5-dev" # 3.5 development branch
|
||||
- "nightly" # currently points to 3.6-dev
|
||||
# - "3.5"
|
||||
# - "3.5-dev" # 3.5 development branch
|
||||
# - "nightly" # currently points to 3.6-dev
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libmpc-dev
|
||||
|
||||
Reference in New Issue
Block a user