This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
mongodb-formula
mirror of
https://github.com/salt-formulas/salt-formula-mongodb
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Fix Python version for Travis CI tests
Change-Id: I83f517ebac4c9ad9a5a011291b130a47669ef2f9
master
Martin Polreich
6 years ago
parent
a243e83369
commit
285e9603ea
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
.travis.yml
+ 3
- 0
.travis.yml
View File
@@ -1,3 +1,6 @@
language: python
python:
- "2.7.13"
sudo: required
services:
- docker
Write
Preview
Loading…
Cancel
Save