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
removed special requirements for py.test from travis configuration
pull/147/head
Johannes
8 years ago
parent
82d685d13c
commit
8c570be899
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.travis.yml
+ 2
- 2
.travis.yml
View File
@@ -2,8 +2,8 @@ language: python
python:
- "2.7"
before_install:
- pip install pytest pytest-cov
#
before_install:
#
- pip install pytest pytest-cov
# command to install dependencies
install:
Write
Preview
Loading…
Cancel
Save