We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4044282 commit dcc1783Copy full SHA for dcc1783
.travis.yml
@@ -5,10 +5,10 @@ python:
5
before_install:
6
- export DISPLAY=:99.0
7
- sh -e /etc/init.d/xvfb start
8
+ - sudo apt-get install gfortran
9
install:
10
- pip install -r requirements.txt
11
- pip install pytest
- - apt-get install gfortran
12
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
13
- cd /tmp/TourExec
14
- make install
0 commit comments