Skip to content

Commit 09ba7ad

Browse files
committed
Travis: Try adding Python2.7 to the tests
1 parent 799ed56 commit 09ba7ad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
language: python
22
python:
3+
- '2.7'
34
- '3.3'
45
- '3.4'
56
before_install:
67
- sudo add-apt-repository ppa:texlive-backports/ppa -y
78
- sudo apt-get update
89
install:
9-
- sudo apt-get install texlive-latex-extra texlive-pictures
10+
- wget https://launchpad.net/awkwardduet/1.1/1.1a4/+download/awkwardduet-1.1a4.tar.gz
11+
- tar -xzvf awkwardduet-1.1a4.tar.gz
12+
- cd awkwardduet-1.1a4
13+
- sudo apt-get install python3.4
14+
- sudo python3.4 setup.py install
15+
- cd ..
16+
- ./convert_to_py2.sh
1017
- pip install .
18+
- sudo apt-get install texlive-latex-extra texlive-pictures
1119
script: ./testall.sh

0 commit comments

Comments
 (0)