Skip to content

Commit f095dff

Browse files
committed
[#7] Add .travis.yml
1 parent f276bfd commit f095dff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- 3.5
4+
- 3.6
5+
before_install:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
install:
9+
- pip install -r requirements.txt
10+
- pip install pytest
11+
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
12+
- cd tmp/TourExec
13+
- make install
14+
script:
15+
- pytest

0 commit comments

Comments
 (0)