This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
michal
/
craftbeerpi3
mirror of
https://github.com/Manuel83/craftbeerpi3
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Added Python version to TravisCI configuration
pull/147/head
Johannes
8 years ago
parent
1752b631bb
commit
13ce3334c4
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
.travis.yml
+ 6
- 1
.travis.yml
View File
@@ -1 +1,6 @@
language: python
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt
Write
Preview
Loading…
Cancel
Save