Skip to content

Commit 3d1fa67

Browse files
committed
[#7] Move installation of tourexec to before_install
1 parent e0246c8 commit 3d1fa67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ before_install:
77
- sh -e /etc/init.d/xvfb start
88
- sudo apt-get -qq update
99
- sudo apt-get install gfortran
10-
install:
11-
- pip install -r requirements.txt
12-
- pip install pytest
1310
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
1411
- cd /tmp/TourExec
1512
- make install
13+
install:
14+
- pip install -r requirements.txt
15+
- pip install pytest
1616
script:
1717
- pytest

0 commit comments

Comments
 (0)