mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
¯\_(ツ)_/¯
¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯ ¯\_(ツ)_/¯
This commit is contained in:
committed by
James Laska
parent
f3c186310b
commit
5c516b60b3
23
.travis.yml
23
.travis.yml
@@ -1,5 +1,4 @@
|
|||||||
sudo: required
|
sudo: false
|
||||||
dist: trusty
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
@@ -17,24 +16,8 @@ after_success:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
# - libssl-dev
|
|
||||||
# - libxmlsec1
|
|
||||||
# - libxmlsec1-dev
|
|
||||||
# - libxmlsec1-openssl
|
|
||||||
# - libxslt1-dev
|
|
||||||
# - pkg-config
|
|
||||||
# - swig
|
|
||||||
# The following were used when manually testing on an ubuntu trusty container
|
|
||||||
- make
|
|
||||||
- git
|
|
||||||
- swig
|
- swig
|
||||||
- python-tz
|
|
||||||
- python-dev
|
|
||||||
- libpq-dev
|
|
||||||
- libxmlsec1-dev
|
- libxmlsec1-dev
|
||||||
- libsasl2-dev
|
- postgresql-9.5
|
||||||
- libldap2-dev
|
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libffi-dev
|
|
||||||
- libevent-dev
|
|
||||||
- python-all-dev
|
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ django-taggit==0.17.6
|
|||||||
git+https://github.com/matburt/dm.xmlsec.binding.git@master#egg=dm.xmlsec.binding
|
git+https://github.com/matburt/dm.xmlsec.binding.git@master#egg=dm.xmlsec.binding
|
||||||
dogpile.core==0.4.1
|
dogpile.core==0.4.1
|
||||||
funcsigs==0.4
|
funcsigs==0.4
|
||||||
gevent==1.1rc3
|
gevent==1.1
|
||||||
gevent-websocket==0.9.3
|
gevent-websocket==0.9.5
|
||||||
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=django-jsonfield
|
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=django-jsonfield
|
||||||
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
|
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
|
||||||
git+https://github.com/umutbozkurt/django-rest-framework-mongoengine.git@5dfa1df79f81765d36c0de31dc1c2f390e42d428#egg=django-rest-framework-mongoengine
|
git+https://github.com/umutbozkurt/django-rest-framework-mongoengine.git@5dfa1df79f81765d36c0de31dc1c2f390e42d428#egg=django-rest-framework-mongoengine
|
||||||
|
|||||||
Reference in New Issue
Block a user