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 e0246c8 commit 3d1fa67Copy full SHA for 3d1fa67
.travis.yml
@@ -7,11 +7,11 @@ before_install:
7
- sh -e /etc/init.d/xvfb start
8
- sudo apt-get -qq update
9
- sudo apt-get install gfortran
10
-install:
11
- - pip install -r requirements.txt
12
- - pip install pytest
13
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
14
- cd /tmp/TourExec
15
- make install
+install:
+ - pip install -r requirements.txt
+ - pip install pytest
16
script:
17
- pytest
0 commit comments