Skip to content

Commit b2de22a

Browse files
committed
See if this will fix the travis build.
1 parent 10f9414 commit b2de22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ before_install:
6060
- cd ../hatrac
6161

6262
install:
63-
- sudo python3 ./setup.py install
63+
- sudo pip3 install .
6464
- sudo useradd -m -r hatrac
6565
- sudo -H -u postgres createuser -d hatrac
6666
- sudo -H -u postgres psql -c "GRANT webauthn TO hatrac"

0 commit comments

Comments
 (0)