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 7665920 + 138701f commit 7bc8126Copy full SHA for 7bc8126
.travis.yml
@@ -0,0 +1,19 @@
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
+ - sudo apt-get -qq update
9
+ - sudo apt-get install gfortran
10
+ - git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
11
+ - cd /tmp/TourExec
12
+ - sudo make install
13
+ - export LD_LIBRARY_PATH=/usr/local/lib
14
+ - cd $TRAVIS_BUILD_DIR
15
+install:
16
+ - pip install -r requirements.txt
17
+ - pip install pytest
18
+script:
19
+ - pytest
requirements.txt
@@ -1 +1 @@
-axelrod=>3.1.2
+axelrod>=3.1.2
0 commit comments