Skip to content

Commit 8566a68

Browse files
author
Tim Walsh
committed
Add travis config
1 parent e14d697 commit 8566a68

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.4"
5+
- "3.5"
6+
- "3.6"
7+
before_install:
8+
- wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -
9+
- echo "deb http://dl.bintray.com/siegfried/debian wheezy main" | sudo tee -a /etc/apt/sources.list
10+
- sudo apt-get update && sudo apt-get install siegfried
11+
install:
12+
- pip install inquirer
13+
script:
14+
- python test.py

0 commit comments

Comments
 (0)