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.
2 parents 6e759f5 + 4c3ea54 commit ee9b750Copy full SHA for ee9b750
.travis.yml
@@ -2,9 +2,11 @@ language: python
2
python:
3
- 3.5
4
- 3.6
5
+dist: xenial
6
+sudo: required
7
+services:
8
+ - xvfb
9
before_install:
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
10
- sudo apt-get -qq update
11
- sudo apt-get install gfortran
12
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
0 commit comments