We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799ed56 commit 09ba7adCopy full SHA for 09ba7ad
.travis.yml
@@ -1,11 +1,19 @@
1
language: python
2
python:
3
+ - '2.7'
4
- '3.3'
5
- '3.4'
6
before_install:
7
- sudo add-apt-repository ppa:texlive-backports/ppa -y
8
- sudo apt-get update
9
install:
- - 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
17
- pip install .
18
+ - sudo apt-get install texlive-latex-extra texlive-pictures
19
script: ./testall.sh
0 commit comments