summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4759ca496c618214247db6b5ee85e0ec791851a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: python

python:
  - "2.7"
  - "3.5"

env:
  - DJANGO=1.8.13
  - DJANGO=1.9.5

# command to install dependencies
install:
  - pip install tornado
  - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1
  - pip install -q Django==$DJANGO
  - pip install -q pytz==2016.4
  - pip install -q python-social-auth==0.2.19
  - pip install selenium

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y scilab
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
  - sleep 3 # give xvfb some time to start

# command to run tests
script:
  - python manage.py test -v 2 yaksh
  - python manage.py test -v 2 yaksh.live_server_tests